소스 검색

Removed extra > character

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 년 전
부모
커밋
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.