Просмотр исходного кода

Trailing spaces clean-up.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 лет назад
Родитель
Сommit
a3b689f29d
5 измененных файлов с 6 добавлено и 6 удалено
  1. 1 1
      chapter06/coreutils.xml
  2. 1 1
      chapter06/shadow.xml
  3. 1 1
      chapter07/network.xml
  4. 2 2
      chapter07/symlinks.xml
  5. 1 1
      prologue/hostreqs.xml

+ 1 - 1
chapter06/coreutils.xml

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

+ 1 - 1
chapter06/shadow.xml

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

+ 1 - 1
chapter07/network.xml

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

+ 2 - 2
chapter07/symlinks.xml

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

+ 1 - 1
prologue/hostreqs.xml

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