summaryrefslogtreecommitdiffstats
path: root/doc/shell/general.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-12 11:30:52 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-12 11:30:52 +0000
commit29328f7af2ea6befe26a66ca9a2a7af3e22f02fd (patch)
tree609f72734bccef9a761668cbc61ae284776ddd53 /doc/shell/general.t
parent2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-29328f7af2ea6befe26a66ca9a2a7af3e22f02fd.tar.bz2
2010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
Diffstat (limited to '')
-rw-r--r--doc/shell/general.t28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/shell/general.t b/doc/shell/general.t
index d7ee0ee9e7..7feed30a35 100644
--- a/doc/shell/general.t
+++ b/doc/shell/general.t
@@ -26,6 +26,7 @@ The RTEMS shell has the following general commands:
@item @code{unsetenv} - unset environment variable
@item @code{logoff} - logoff from the system
@item @code{exit} - alias for logoff command
+@item @code{rtc} - RTC driver configuration
@end itemize
@@ -956,3 +957,30 @@ This command is always present and cannot be disabled.
The @code{exit} is implemented directly in the shell interpreter.
There is no C routine associated with it.
+@c
+@c
+@c
+@page
+@subsection rtc - RTC driver configuration
+
+@pgindex rtc
+
+@subheading SYNOPSYS:
+
+@example
+rtc
+@end example
+
+@subheading CONFIGURATION:
+
+@findex CONFIGURE_SHELL_NO_COMMAND_RTC
+@findex CONFIGURE_SHELL_COMMAND_RTC
+
+This command is included in the default shell command set.
+When building a custom command set, define
+@code{CONFIGURE_SHELL_COMMAND_RTC} to have this
+command included.
+
+This command can be excluded from the shell command set by
+defining @code{CONFIGURE_SHELL_NO_COMMAND_RTC} when all
+shell commands have been configured.