summaryrefslogtreecommitdiffstats
path: root/doc/shell/general.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/general.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/general.t')
-rw-r--r--doc/shell/general.t77
1 files changed, 42 insertions, 35 deletions
diff --git a/doc/shell/general.t b/doc/shell/general.t
index 9a3efe6bec..ed918f94f6 100644
--- a/doc/shell/general.t
+++ b/doc/shell/general.t
@@ -66,12 +66,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_ALIAS
@findex CONFIGURE_SHELL_COMMAND_ALIAS
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_ALIAS}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_ALIAS}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_ALIAS} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_ALIAS} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -127,12 +128,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_DATE
@findex CONFIGURE_SHELL_COMMAND_DATE
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_DATE}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_DATE}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_DATE} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_DATE} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -188,12 +190,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_ID
@findex CONFIGURE_SHELL_COMMAND_ID
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_ID}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_ID}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_ID} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_ID} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -249,12 +252,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_TTY
@findex CONFIGURE_SHELL_COMMAND_TTY
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_TTY}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_TTY}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_TTY} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_TTY} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -310,12 +314,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_WHOAMI
@findex CONFIGURE_SHELL_COMMAND_WHOAMI
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_WHOAMI}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_WHOAMI}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_WHOAMI} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_WHOAMI} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -371,12 +376,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_LOGOFF
@findex CONFIGURE_SHELL_COMMAND_LOGOFF
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_LOGOFF}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_LOGOFF}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_LOGOFF} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_LOGOFF} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION:
@@ -432,12 +438,13 @@ EXAMPLE_TBD
@findex CONFIGURE_SHELL_NO_COMMAND_EXIT
@findex CONFIGURE_SHELL_COMMAND_EXIT
-In order to disable this command out if you are configuring all commands,
-define @code{CONFIGURE_SHELL_NO_COMMAND_EXIT}.
-
-In order to enable this command if you are building a custom command set
-define @code{CONFIGURE_SHELL_COMMAND_EXIT}.
+This command is included as part of the all commands the shell command
+set. Define @code{CONFIGURE_SHELL_COMMAND_EXIT} when building
+a custom command set.
+This command can be excluded from the shell command set with the
+define @code{CONFIGURE_SHELL_NO_COMMAND_EXIT} when all
+shell commands have been configured.
@subheading PROGRAMMING INFORMATION: