Procházet zdrojové kódy

Removed && on the last command line

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans před 24 roky
rodič
revize
e4cc0d93a6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      chapter06/ldso-inst.sgml

+ 1 - 1
chapter06/ldso-inst.sgml

@@ -9,7 +9,7 @@ Install Ld.so by running the following commands:
 
 	<userinput>cd man &amp;&amp;</userinput>
 	<userinput>cp ldd.1 /usr/share/man/man1 &amp;&amp;</userinput>
-	<userinput>cp *.8 /usr/share/man/man8 &amp;&amp;</userinput>
+	<userinput>cp *.8 /usr/share/man/man8</userinput>
 
 </literallayout></blockquote>