change log for rtems (2010-05-12)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed May 12 12:11:43 UTC 2010


 *sh*:
2010-05-12	Sebastian Huber <sebastian.huber at embedded-brains.de>

	PR 1512/doc
	* shell/general.t: Add rtc.
	* shell/file.t: Add fdisk.

M  1.270  doc/ChangeLog
M   1.10  doc/shell/file.t
M   1.10  doc/shell/general.t

diff -u rtems/doc/ChangeLog:1.269 rtems/doc/ChangeLog:1.270
--- rtems/doc/ChangeLog:1.269	Sun May  9 18:13:26 2010
+++ rtems/doc/ChangeLog	Wed May 12 06:30:51 2010
@@ -1,3 +1,9 @@
+2010-05-12	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	PR 1512/doc
+	* shell/general.t: Add rtc.
+	* shell/file.t: Add fdisk.
+
 2010-05-09	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1512/doc

diff -u rtems/doc/shell/file.t:1.9 rtems/doc/shell/file.t:1.10
--- rtems/doc/shell/file.t:1.9	Thu Feb 28 12:53:49 2008
+++ rtems/doc/shell/file.t	Wed May 12 06:30:52 2010
@@ -29,6 +29,7 @@
 @item @code{mount} - mount disk
 @item @code{unmount} - unmount disk
 @item @code{blksync} - sync the block driver
+ at item @code{fdisk} - format disks
 @item @code{dir} - alias for ls
 @item @code{cd} - alias for chdir
 
@@ -1317,6 +1318,34 @@
 @c
 @c
 @page
+ at subsection fdisk - format disk
+
+ at pgindex fdisk
+
+ at subheading SYNOPSYS:
+
+ at example
+fdisk
+ at end example
+
+ at subheading CONFIGURATION:
+
+ at findex CONFIGURE_SHELL_NO_COMMAND_FDISK
+ at findex CONFIGURE_SHELL_COMMAND_FDISK
+
+This command is included in the default shell command set.  
+When building a custom command set, define
+ at code{CONFIGURE_SHELL_COMMAND_FDISK} to have this
+command included.
+
+This command can be excluded from the shell command set by
+defining @code{CONFIGURE_SHELL_NO_COMMAND_FDISK} when all
+shell commands have been configured.
+
+ at c
+ at c
+ at c
+ at page
 @subsection dir - alias for ls
 
 @pgindex dir

diff -u rtems/doc/shell/general.t:1.9 rtems/doc/shell/general.t:1.10
--- rtems/doc/shell/general.t:1.9	Sun May  9 18:13:26 2010
+++ rtems/doc/shell/general.t	Wed May 12 06:30:52 2010
@@ -26,6 +26,7 @@
 @item @code{unsetenv} - unset environment variable
 @item @code{logoff} - logoff from the system
 @item @code{exit} - alias for logoff command
+ at item @code{rtc} - RTC driver configuration
 
 @end itemize
 
@@ -956,3 +957,30 @@
 The @code{exit} is implemented directly in the shell interpreter.
 There is no C routine associated with it.
 
+ at c
+ at c
+ at c
+ at page
+ at subsection rtc - RTC driver configuration
+
+ at pgindex rtc
+
+ at subheading SYNOPSYS:
+
+ at example
+rtc
+ at end example
+
+ at subheading CONFIGURATION:
+
+ at findex CONFIGURE_SHELL_NO_COMMAND_RTC
+ at findex CONFIGURE_SHELL_COMMAND_RTC
+
+This command is included in the default shell command set.  
+When building a custom command set, define
+ at 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.



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100512/c1e94be1/attachment.html>


More information about the vc mailing list