Просмотр исходного кода

Removed extra > character

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 лет назад
Родитель
Сommit
443aab75a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      chapter07/usage.xml

+ 1 - 1
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.