Ticket #3228: text-updates.patch
File text-updates.patch, 2.8 KB (added by , 12 years ago) |
---|
-
trunk/BOOK/chapter03/introduction.xml
60 60 the correct packages are available before proceeding. Place that file in 61 61 <filename class="directory">$LFS/sources</filename> and run:</para> 62 62 63 <screen role="nodump"><userinput>pushd 63 <screen role="nodump"><userinput>pushd $LFS/sources 64 64 md5sum -c md5sums 65 65 popd</userinput></screen> 66 66 -
trunk/BOOK/chapter06/glibc.xml
501 501 /usr/include/netrom, /usr/include/netrose, /usr/include/nfs, 502 502 /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, 503 503 /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> 505 505 </seglistitem> 506 506 </segmentedlist> 507 507 -
trunk/BOOK/chapter06/kmod.xml
58 58 <title>The meaning of the configure options:</title> 59 59 60 60 <varlistentry> 61 <term><parameter> lib* and--with-*</parameter></term>61 <term><parameter>--with-*</parameter></term> 62 62 <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> 66 64 </listitem> 67 65 </varlistentry> 68 66 -
trunk/BOOK/chapter06/util-linux.xml
69 69 <listitem> 70 70 <para>These switches disable building su, sulogin, and login. They 71 71 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> 74 75 which is not available in LFS.</para> 75 76 </listitem> 76 77 </varlistentry>