<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-05-12)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>

        PR 1512/doc
        * shell/general.t: Add rtc.
        * shell/file.t: Add fdisk.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.269&r2=text&tr2=1.270&diff_format=h">M</a></td><td width='1%'>1.270</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/shell/file.t.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>doc/shell/file.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/shell/general.t.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>doc/shell/general.t</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-05-12    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       PR 1512/doc
+       * shell/general.t: Add rtc.
+       * shell/file.t: Add fdisk.
+
</font> 2010-05-09        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1512/doc

<font color='#006600'>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
</font><font color='#997700'>@@ -29,6 +29,7 @@
</font> @item @code{mount} - mount disk
 @item @code{unmount} - unmount disk
 @item @code{blksync} - sync the block driver
<font color='#000088'>+@item @code{fdisk} - format disks
</font> @item @code{dir} - alias for ls
 @item @code{cd} - alias for chdir
 
<font color='#997700'>@@ -1317,6 +1318,34 @@
</font> @c
 @c
 @page
<font color='#000088'>+@subsection fdisk - format disk
+
+@pgindex fdisk
+
+@subheading SYNOPSYS:
+
+@example
+fdisk
+@end example
+
+@subheading CONFIGURATION:
+
+@findex CONFIGURE_SHELL_NO_COMMAND_FDISK
+@findex CONFIGURE_SHELL_COMMAND_FDISK
+
+This command is included in the default shell command set.<span style="background-color: #FF0000">  </span>
+When building a custom command set, define
+@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.
+
+@c
+@c
+@c
+@page
</font> @subsection dir - alias for ls
 
 @pgindex dir

<font color='#006600'>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
</font><font color='#997700'>@@ -26,6 +26,7 @@
</font> @item @code{unsetenv} - unset environment variable
 @item @code{logoff} - logoff from the system
 @item @code{exit} - alias for logoff command
<font color='#000088'>+@item @code{rtc} - RTC driver configuration
</font> 
 @end itemize
 
<font color='#997700'>@@ -956,3 +957,30 @@
</font> The @code{exit} is implemented directly in the shell interpreter.
 There is no C routine associated with it.
 
<font color='#000088'>+@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.<span style="background-color: #FF0000">  </span>
+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.
</font></pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>