Trailing spaces clean-up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2007-04-08 20:21:11 +00:00
parent c8c2b89ebf
commit a3b689f29d
5 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@
<screen><userinput>make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
<para>We're going to run the remainder of the tests as the
<para>We're going to run the remainder of the tests as the
<systemitem class="username">nobody</systemitem> user. Certain tests,
however, require that the user be a member of more than one group. So that
these tests are not skipped we'll add a temporary group and make the

View File

@ -83,7 +83,7 @@ find man -name Makefile -exec sed -i '/groups/d' {} \;</userinput></screen>
can display these in the recommended encodings by using the
<command>convert-mans</command> script which we installed.</para>
<screen><userinput> for i in de es fi fr id it pt_BR; do
<screen><userinput>for i in de es fi fr id it pt_BR; do
convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
done

View File

@ -86,7 +86,7 @@
Udev will assign to this interface.</para>
</listitem>
</itemizedlist>
<para>The value of <literal>NAME</literal> is the important part. Make sure
you know which name has been assigned to each of your network cards before
proceeding, and be sure to use that <literal>NAME</literal> value when

View File

@ -83,7 +83,7 @@
<filename class="directory">/dev</filename> directory into the LFS system,
and we assume the symlinks exist on the host. The rules and symlinks will
be created the first time you boot your LFS system.</para>
<para>However, if you have multiple CD-ROM devices, then the symlinks
generated at that time may point to different devices than they point to on
your host, because devices are not discovered in a predictable order. The
@ -144,7 +144,7 @@ EOF</userinput></screen>
rule to cat on only one line. (The shell ignores this sequence because
the EOF string used in the here-document redirection is not enclosed in
either double or single quotes. For more details, see the bash(1)
manpage, and search it for "Here Documents".)</para>
manpage, and search it for "Here Documents".)</para>
<para>If modifying Udev rules with an editor, be sure to leave each
rule on one physical line.</para>
</note>

View File

@ -135,7 +135,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --version | head -n1
gzip --version | head -n1
cat /proc/version
cat /proc/version
make --version | head -n1
patch --version | head -n1
sed --version | head -n1