summaryrefslogtreecommitdiffstats
path: root/doc/shell/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:20:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:20:13 +0000
commitb88d9ccf1d89ba10dca3aa0548b027d70e5f97fc (patch)
treef8d362a6d55fde650544d7ec21f0867552d21901 /doc/shell/network.t
parent2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b88d9ccf1d89ba10dca3aa0548b027d70e5f97fc.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: A bit of clean up on the script.
Diffstat (limited to 'doc/shell/network.t')
-rw-r--r--doc/shell/network.t38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/shell/network.t b/doc/shell/network.t
index 200c52ceb4..ca7ceb24d6 100644
--- a/doc/shell/network.t
+++ b/doc/shell/network.t
@@ -3,7 +3,7 @@
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
-@c $
+@c $Id$
@c
@chapter Network Commands
@@ -14,11 +14,8 @@ The RTEMS shell has the following network commands:
@itemize @bullet
-
@item @code{netstats} - obtain network statistics
-
@item @code{ifconfig} - configure a network interface
-
@item @code{route} - show or manipulate the IP routing table
@end itemize
@@ -58,12 +55,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_NETSTATS
@findex CONFIGURE_SHELL_COMMAND_NETSTATS
-This command is included as part of the all commands the shell command
-set. Define @code{CONFIGURE_SHELL_COMMAND_NETSTATS} when building
-a custom command set.
+This command is included in the default shell command set.
+When building a custom command set, define
+@code{CONFIGURE_SHELL_COMMAND_NETSTATS} to have this
+command included.
-This command can be excluded from the shell command set with the
-define @code{CONFIGURE_SHELL_NO_COMMAND_NETSTATS} when all
+This command can be excluded from the shell command set by
+defining @code{CONFIGURE_SHELL_NO_COMMAND_NETSTATS} when all
shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -120,12 +118,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_IFCONFIG
@findex CONFIGURE_SHELL_COMMAND_IFCONFIG
-This command is included as part of the all commands the shell command
-set. Define @code{CONFIGURE_SHELL_COMMAND_IFCONFIG} when building
-a custom command set.
+This command is included in the default shell command set.
+When building a custom command set, define
+@code{CONFIGURE_SHELL_COMMAND_IFCONFIG} to have this
+command included.
-This command can be excluded from the shell command set with the
-define @code{CONFIGURE_SHELL_NO_COMMAND_IFCONFIG} when all
+This command can be excluded from the shell command set by
+defining @code{CONFIGURE_SHELL_NO_COMMAND_IFCONFIG} when all
shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -182,12 +181,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_ROUTE
@findex CONFIGURE_SHELL_COMMAND_ROUTE
-This command is included as part of the all commands the shell command
-set. Define @code{CONFIGURE_SHELL_COMMAND_ROUTE} when building
-a custom command set.
+This command is included in the default shell command set.
+When building a custom command set, define
+@code{CONFIGURE_SHELL_COMMAND_ROUTE} to have this
+command included.
-This command can be excluded from the shell command set with the
-define @code{CONFIGURE_SHELL_NO_COMMAND_ROUTE} when all
+This command can be excluded from the shell command set by
+defining @code{CONFIGURE_SHELL_NO_COMMAND_ROUTE} when all
shell commands have been configured.
@subheading PROGRAMMING INFORMATION: