aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/usage.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-26 19:24:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-26 19:24:32 +0000
commit443aab75a672e97c328c16a84768716387f3255b (patch)
treec50228e75d10f937935fe09d765ed25e85aba9ec /chapter07/usage.xml
parent3ccc1dfea6408da1e3b11d6700f643eeda799a57 (diff)
Removed extra > character
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/usage.xml')
-rw-r--r--chapter07/usage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/usage.xml b/chapter07/usage.xml
index 0ed0e66f9..6fff95a68 100644
--- a/chapter07/usage.xml
+++ b/chapter07/usage.xml
@@ -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.