Removed trailing spaces from commands.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1987 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-06-11 23:23:24 +00:00
parent 156402e3ec
commit 60cd5856e6
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>