Removed extra > character

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-26 19:24:32 +00:00
parent 3ccc1dfea6
commit 443aab75a6

View File

@ -32,7 +32,7 @@ runlevels as they are often implemented:
<para>
The command used to change runlevels is <userinput>init
&lt;runlevel&gt;</userinput> where &lt;runlevel>&gt; is
&lt;runlevel&gt;</userinput> where &lt;runlevel&gt; is
the target runlevel. For example, to reboot the computer, you'd issue
the init 6 command. The reboot command is just an alias, as is the halt
command an alias to init 0.