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
This commit is contained in:
Matthew Burgess 2012-11-18 18:14:22 +00:00
parent 860f8cc71d
commit 0844c14762
5 changed files with 9 additions and 10 deletions

View File

@ -501,7 +501,7 @@ mkdir /etc/ld.so.conf.d</userinput></screen>
/usr/include/netrom, /usr/include/netrose, /usr/include/nfs, /usr/include/netrom, /usr/include/netrose, /usr/include/nfs,
/usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc, /usr/include/protocols, /usr/include/rpc, /usr/include/rpcsvc,
/usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc, /usr/include/sys, /usr/lib/audit, /usr/lib/gconv, /usr/lib/glibc,
/usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo</seg> /usr/lib/locale, /usr/share/i18n, /usr/share/zoneinfo, /var/db</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -55,11 +55,9 @@
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>
<varlistentry> <varlistentry>
<term><parameter>lib* and --with-*</parameter></term> <term><parameter>--with-*</parameter></term>
<listitem> <listitem>
<para>These options enable Kmod to handle compressed kernel modules. <para>These options enable Kmod to handle compressed kernel modules.</para>
The shell variables are required in order for the xz and zlib headers
and libraries to be found in the absence of pkg-config.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -69,8 +69,9 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<listitem> <listitem>
<para>These switches disable building su, sulogin, and login. They <para>These switches disable building su, sulogin, and login. They
duplicate the same programs provided by <xref duplicate the same programs provided by <xref
linkend='ch-system-shadow'/>. They also require <ulink linkend='ch-system-shadow'/> and <xref linkend='ch-system-sysvinit'/>.
url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink> They also require
<ulink url="&blfs-root;/view/svn/postlfs/linux-pam.html">Linux-PAM</ulink>
which is not available in LFS.</para> which is not available in LFS.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20121114"> <!ENTITY version "SVN-20121118">
<!ENTITY releasedate "November 14, 2012"> <!ENTITY releasedate "November 18, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3"> <!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->