Explorar o código

Removed trailing spaces from commands.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher %!s(int64=23) %!d(string=hai) anos
pai
achega
60cd5856e6
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      chapter05/tar-inst.xml
  2. 1 1
      chapter06/create-utmp.xml

+ 1 - 1
chapter05/tar-inst.xml

@@ -12,7 +12,7 @@ for gzip files).</para>
 
 <para>Install Tar by running the following commands:</para>
 
-<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls &amp;&amp; 
+<para><screen><userinput>./configure --prefix=$LFS/static --disable-nls &amp;&amp;
 make LDFLAGS=-static &amp;&amp;
 make install</userinput></screen></para>
 

+ 1 - 1
chapter06/create-utmp.xml

@@ -11,7 +11,7 @@ bad login attempts.</para>
 <para>Create these files with their proper permissions by running the
 following commands:</para>
 
-<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &amp;&amp; 
+<para><screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} &amp;&amp;
 chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp}</userinput></screen></para>
 
 </sect2>