Sfoglia il codice sorgente

Reprise of r6258.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6300 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 anni fa
parent
commit
37cfbc574b
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      chapter06/coreutils.xml
  2. 1 1
      chapter06/e2fsprogs.xml
  3. 1 1
      chapter06/man.xml

+ 2 - 2
chapter06/coreutils.xml

@@ -38,8 +38,8 @@ fixes this behavior for Intel architectures:</para>
 
 <screen><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
 
-<para>Prevent Coreutils from installing binaries that will later be
-installed by other packages:</para>
+<para>Prevent Coreutils from installing binaries that will be installed by
+other packages later:</para>
 
 <screen><userinput>patch -Np1 -i ../&coreutils-suppress-patch;</userinput></screen>
 

+ 1 - 1
chapter06/e2fsprogs.xml

@@ -54,7 +54,7 @@ cd build</userinput></screen>
 <term><parameter>--with-root-prefix=""</parameter></term>
 <listitem><para>Certain programs (such as the <command>e2fsck</command> program)
 are considered essential programs.  When, for example, <filename
-class="directory">/usr</filename> is not mounted, these essential programs need
+class="directory">/usr</filename> is not mounted, these programs still need
 to be available. They belong in directories like <filename
 class="directory">/lib</filename> and <filename
 class="directory">/sbin</filename>. If this option is not passed to E2fsprogs'

+ 1 - 1
chapter06/man.xml

@@ -78,7 +78,7 @@ terminals that do not support SGR.</para></note>
 
 <para>If the character set of the locale uses 8-bit characters, search for the
 line beginning with <quote>NROFF</quote> in <filename>/etc/man.conf</filename>,
-and verify that it looks as follows:</para>
+and verify that it matches the following:</para>
 
 <screen>NROFF  /usr/bin/nroff -Tlatin1 -mandoc</screen>