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

@ -60,7 +60,7 @@
the correct packages are available before proceeding. Place that file in
<filename class="directory">$LFS/sources</filename> and run:</para>
<screen role="nodump"><userinput>pushd $LFS/sources
<screen role="nodump"><userinput>pushd $LFS/sources
md5sum -c md5sums
popd</userinput></screen>

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/protocols, /usr/include/rpc, /usr/include/rpcsvc,
/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>
</segmentedlist>

View File

@ -55,11 +55,9 @@
<title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>lib* and --with-*</parameter></term>
<term><parameter>--with-*</parameter></term>
<listitem>
<para>These options enable Kmod to handle compressed kernel modules.
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>
<para>These options enable Kmod to handle compressed kernel modules.</para>
</listitem>
</varlistentry>

View File

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

View File

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