diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 19:16:30 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-08-12 19:16:30 +0000 |
commit | 5f7456b7b42ed2d048d60e040dcc56885a61c773 (patch) | |
tree | 4d128df0f358684407cb606a3b96154535f384ae /chapter06 | |
parent | c711a6187d566eaa4c7adca63293a1c595c790f4 (diff) |
Various text corrections from Chris Staub. Fixes #2470.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 5 | ||||
-rw-r--r-- | chapter06/glibc.xml | 4 | ||||
-rw-r--r-- | chapter06/gmp.xml | 6 | ||||
-rw-r--r-- | chapter06/mpfr.xml | 2 | ||||
-rw-r--r-- | chapter06/udev.xml | 4 |
5 files changed, 11 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 7167c9df9..d61a1f8de 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -167,8 +167,9 @@ cd ../gcc-build</userinput></screen> after <filename class="directory">/usr/lib/gcc</filename>. If your machine is a 64-bit system, you may also see a directory named <filename class="directory">lib64</filename> towards the end of the string. The important thing to - look for here is that gcc has found all three <filename>crt*.o</filename> files under - the <filename class="directory">/usr/lib</filename> directory.</para> + look for here is that <command>gcc</command> has found all three + <filename>crt*.o</filename> files under the + <filename class="directory">/usr/lib</filename> directory.</para> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml" diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 70dec0a2e..726b2a167 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -719,8 +719,8 @@ EOF</userinput></screen> <listitem> <para>Used internally by Glibc for handling internationalized domain names in the <function>getaddrinfo()</function> function</para> - <indexterm zone="ch-system-glibc libcrypt"> - <primary sortas="c-libcrypt">libcrypt</primary> + <indexterm zone="ch-system-glibc libcidn"> + <primary sortas="c-libcidn">libcidn</primary> </indexterm> </listitem> </varlistentry> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 9eb52a9c2..c1852e284 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -120,7 +120,7 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ <?dbhtml list-presentation="table"?> <varlistentry id="libgmp"> - <term><command>libgmp</command></term> + <term><filename class="libraryfile">libgmp</filename></term> <listitem> <para>Contains precision math functions.</para> <indexterm zone="ch-system-gmp libgmp"> @@ -130,7 +130,7 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ </varlistentry> <varlistentry id="libgmpxx"> - <term><command>libgmpxx</command></term> + <term><filename class="libraryfile">libgmpxx</filename></term> <listitem> <para>Contains C++ precision math functions.</para> <indexterm zone="ch-system-gmp libgmpxx"> @@ -140,7 +140,7 @@ cp -v doc/{isa_abi_headache,configuration} doc/*.html \ </varlistentry> <varlistentry id="libmp"> - <term><command>libmp</command></term> + <term><filename class="libraryfile">libmp</filename></term> <listitem> <para>Contains the Berkeley MP math functions.</para> <indexterm zone="ch-system-gmp libmp"> diff --git a/chapter06/mpfr.xml b/chapter06/mpfr.xml index 78f9b5b29..900999257 100644 --- a/chapter06/mpfr.xml +++ b/chapter06/mpfr.xml @@ -88,7 +88,7 @@ find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; <?dbhtml list-presentation="table"?> <varlistentry id="libmpfr"> - <term><command>libmpfr</command></term> + <term><filename class="libraryfile">libmpfr</filename></term> <listitem> <para>Contains multiple-precision math functions.</para> <indexterm zone="ch-system-mpfr libmpfr"> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 366819dc7..4f2314f79 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -182,7 +182,7 @@ install -m644 -v -D docs/writing_udev_rules/index.html \ <seg>ata_id, cdrom_id, collect, create_floppy_devices, edd_id, firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id, write_cd_rules, and write_net_rules</seg> - <seg>libudev</seg> + <seg>libudev.{a,so}</seg> <seg>/etc/udev</seg> </seglistitem> </segmentedlist> @@ -351,7 +351,7 @@ install -m644 -v -D docs/writing_udev_rules/index.html \ </varlistentry> <varlistentry id="libudev"> - <term><command>libudev</command></term> + <term><filename class="libraryfile">libudev</filename></term> <listitem> <para>A library interface to udev device information</para> <indexterm zone="ch-system-udev libudev"> |