Changeset 0844c14


Ignore:
Timestamp:
11/18/2012 06:14:22 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d9aaf3d
Parents:
860f8cc
Message:

A couple of text updates. Thanks to Chris Staub for the patch. Fixes #3228.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter03/introduction.xml

    r860f8cc r0844c14  
    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>
  • chapter06/glibc.xml

    r860f8cc r0844c14  
    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>
  • chapter06/kmod.xml

    r860f8cc r0844c14  
    5656
    5757      <varlistentry>
    58         <term><parameter>lib* and --with-*</parameter></term>
    59         <listitem>
    60           <para>These options enable Kmod to handle compressed kernel modules.
    61           The shell variables are required in order for the xz and zlib headers
    62           and libraries to be found in the absence of pkg-config.</para>
     58        <term><parameter>--with-*</parameter></term>
     59        <listitem>
     60          <para>These options enable Kmod to handle compressed kernel modules.</para>
    6361        </listitem>
    6462      </varlistentry>
  • chapter06/util-linux.xml

    r860f8cc r0844c14  
    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>
  • general.ent

    r860f8cc r0844c14  
    1 <!ENTITY version "SVN-20121114">
    2 <!ENTITY releasedate "November 14, 2012">
     1<!ENTITY version "SVN-20121118">
     2<!ENTITY releasedate "November 18, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.