summaryrefslogtreecommitdiffstats
path: root/doc/shell/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:46:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:46:03 +0000
commitea0804303b47260d2f7652e41fb585d56d7e00ab (patch)
treea3e429449c2c8c75a193611979024214926d1da3 /doc/shell/network.t
parent2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ea0804303b47260d2f7652e41fb585d56d7e00ab.tar.bz2
2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Add mount and cp command information from Chris Johns. Reformat some things.
Diffstat (limited to 'doc/shell/network.t')
-rw-r--r--doc/shell/network.t18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/shell/network.t b/doc/shell/network.t
index ca7ceb24d6..2091bb0366 100644
--- a/doc/shell/network.t
+++ b/doc/shell/network.t
@@ -32,12 +32,18 @@ The RTEMS shell has the following network commands:
@subheading SYNOPSYS:
+@example
netstats [-Aimfpcutv]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -95,12 +101,18 @@ extern rtems_shell_cmd_t rtems_shell_NETSTATS_Command;
@subheading SYNOPSYS:
+@example
ifconfig
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE
@@ -158,12 +170,18 @@ extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
@subheading SYNOPSYS:
+@example
route [subcommand]
+@end example
@subheading DESCRIPTION:
This command XXX
+@subheading EXIT STATUS:
+
+This command returns 0 on success and non-zero if an error is encountered.
+
@subheading NOTES:
NONE