summaryrefslogtreecommitdiffstats
path: root/doc/shell/network.t
diff options
context:
space:
mode:
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