en-US/Boot_Init_Shutdown.xml

Rüdiger Landmann rlandmann at fedoraproject.org
Fri Jan 8 05:51:02 UTC 2010


 en-US/Boot_Init_Shutdown.xml |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit dd26c33c0c1a27938a01db093e7561f4d3b8cb9b
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Fri Jan 8 15:43:22 2010 +1000

    split /sbin/shutdown and /sbin/chkconfig examples onto separate lines BZ#553510

diff --git a/en-US/Boot_Init_Shutdown.xml b/en-US/Boot_Init_Shutdown.xml
index c90368c..d4da316 100644
--- a/en-US/Boot_Init_Shutdown.xml
+++ b/en-US/Boot_Init_Shutdown.xml
@@ -743,7 +743,13 @@ exec /sbin/mingetty tty2
 			To shut down Fedora, the root user may issue the <command>/sbin/shutdown</command> command. The <command>shutdown</command> man page has a complete list of options, but the two most common uses are:
 		</para>
 <screen>
-<command>/sbin/shutdown -h now</command> <command>/sbin/shutdown -r now</command>
+<command>/sbin/shutdown -h now</command>
+</screen>
+		<para>
+			and
+		</para>
+<screen>
+<command>/sbin/shutdown -r now</command>
 </screen>
 		<para>
 			After shutting everything down, the <command>-h</command> option halts the machine, and the <command>-r</command> option reboots.





More information about the Fedora-docs-commits mailing list