[rtems-docs commit] shell: Update task command

Sebastian Huber sebh at rtems.org
Tue Feb 14 10:14:55 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    fad46ff9d0235ae479516753218672fdbc85a229
Changeset: http://git.rtems.org/rtems-docs/commit/?id=fad46ff9d0235ae479516753218672fdbc85a229

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Feb 14 11:14:30 2017 +0100

shell: Update task command

Update #2858.

---

 shell/rtems_specific_commands.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell/rtems_specific_commands.rst b/shell/rtems_specific_commands.rst
index 1fe1be1..179941e 100644
--- a/shell/rtems_specific_commands.rst
+++ b/shell/rtems_specific_commands.rst
@@ -918,10 +918,10 @@ EXAMPLES:
     .. code-block:: shell
 
         SHLL [/] # task
-        ID         NAME       CPU PRI STATE  MODES    EVENTS WAITID   WAITQUEUE
+        ID       NAME                 CPU PRI STATE  MODES    EVENTS WAITINFO
         ------------------------------------------------------------------------------
-        0a010001   UI1          0 254 EV     P:T:nA   NONE   00000000
-        0a010002   SHLL         0 100 READY  P:T:nA   NONE   00000000
+        0a010001 UI1                    0 254 EV     P:T:nA   NONE
+        0a010002 SHLL                   0 100 READY  P:T:nA   NONE
 
 .. index:: CONFIGURE_SHELL_NO_COMMAND_TASK
 .. index:: CONFIGURE_SHELL_COMMAND_TASK



More information about the vc mailing list