summaryrefslogtreecommitdiffstats
path: root/doc/shell/network.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:14:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-21 17:14:52 +0000
commit4f973104c911af2ea968a4f98a79af0f7fa36f94 (patch)
tree31819618b626220d5111344f14ad97861d048e15 /doc/shell/network.t
parent2008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4f973104c911af2ea968a4f98a79af0f7fa36f94.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: Change configure messages per Chris Johns suggestion.
Diffstat (limited to 'doc/shell/network.t')
-rw-r--r--doc/shell/network.t33
1 files changed, 18 insertions, 15 deletions
diff --git a/doc/shell/network.t b/doc/shell/network.t
index e51697c160..200c52ceb4 100644
--- a/doc/shell/network.t
+++ b/doc/shell/network.t
@@ -58,12 +58,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_NETSTATS
@findex CONFIGURE_SHELL_COMMAND_NETSTATS
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_NETSTATS}.
-
-In order to enable this command if you are building a custom command set
-define @code{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 can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_NETSTATS} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -119,12 +120,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_IFCONFIG
@findex CONFIGURE_SHELL_COMMAND_IFCONFIG
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_IFCONFIG}.
-
-In order to enable this command if you are building a custom command set
-define @code{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 can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_IFCONFIG} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -180,12 +182,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_ROUTE
@findex CONFIGURE_SHELL_COMMAND_ROUTE
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_ROUTE}.
-
-In order to enable this command if you are building a custom command set
-define @code{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 can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_ROUTE} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION: