Ticket #3228: text-updates.patch

File text-updates.patch, 2.8 KB (added by chris@…, 12 years ago)

Updates to text

  • trunk/BOOK/chapter03/introduction.xml

     
    6060  the correct packages are available before proceeding.  Place that file in
    6161  <filename class="directory">$LFS/sources</filename> and run:</para>
    6262
    63 <screen role="nodump"><userinput>pushd  $LFS/sources
     63<screen role="nodump"><userinput>pushd $LFS/sources
    6464md5sum -c md5sums
    6565popd</userinput></screen>
    6666
  • trunk/BOOK/chapter06/glibc.xml

     
    501501        /usr/include/netrom, /usr/include/netrose, /usr/include/nfs,
    502502        /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
    503503        /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc,
    504         /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo</seg>
     504        /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo, /var/db</seg>
    505505      </seglistitem>
    506506    </segmentedlist>
    507507
  • trunk/BOOK/chapter06/kmod.xml

     
    5858      <title>The meaning of the configure options:</title>
    5959
    6060      <varlistentry>
    61         <term><parameter>lib* and --with-*</parameter></term>
     61        <term><parameter>--with-*</parameter></term>
    6262        <listitem>
    63           <para>These options enable Kmod to handle compressed kernel modules.
    64           The shell variables are required in order for the xz and zlib headers
    65           and libraries to be found in the absence of pkg-config.</para>
     63          <para>These options enable Kmod to handle compressed kernel modules.</para>
    6664        </listitem>
    6765      </varlistentry>
    6866
  • trunk/BOOK/chapter06/util-linux.xml

     
    6969        <listitem>
    7070          <para>These switches disable building su, sulogin, and login.  They
    7171          duplicate the same programs provided by <xref
    72           linkend='ch-system-shadow'/>.  They also require <ulink
    73           url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
     72          linkend='ch-system-shadow'/> and <xref linkend='ch-system-sysvinit'/>.
     73          They also require
     74          <ulink url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
    7475          which is not available in LFS.</para>
    7576        </listitem>
    7677      </varlistentry>