diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-26 19:24:32 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-26 19:24:32 +0000 |
commit | 443aab75a672e97c328c16a84768716387f3255b (patch) | |
tree | c50228e75d10f937935fe09d765ed25e85aba9ec /chapter07/usage.xml | |
parent | 3ccc1dfea6408da1e3b11d6700f643eeda799a57 (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.xml | 2 |
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 -<runlevel></userinput> where <runlevel>> is +<runlevel></userinput> where <runlevel> 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. |