diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-24 19:29:25 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-09-24 19:29:25 +0000 |
commit | 79f9e00db876891803905f9cfb1527d2a17a198f (patch) | |
tree | 351acc3eab4567f5cf66cdbe053dca17e4529041 | |
parent | 61fd3255a180e7570ad2b857d8289740b1f4d7ed (diff) |
Update list of installed programs for various packages. Fixes #2494.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter05/tcl.xml | 2 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 2 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 |
5 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7557b1bd4..91a855ef4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,17 @@ --> <listitem> + <para>2009-09-24</para> + <itemizedlist> + <listitem> + <para>[matthew] Update list of installed programs for various + packages. Thanks to Chris Staub for the patch. Fixes + <ulink url="&lfs-ticket-root;2494">#2494</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-09-17</para> <itemizedlist> <listitem> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 9fcd31f1c..20ad0ced4 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -115,7 +115,7 @@ <listitem> <para>The Tcl command shell</para> <indexterm zone="ch-tools-tcl tclsh8.5"> - <primary sortas="b-tclsh8.5">8.5</primary> + <primary sortas="b-tclsh8.5">tclsh8.5</primary> </indexterm> </listitem> </varlistentry> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 1cebe855b..ddefa9051 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -168,7 +168,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> <para>Encodes and decodes data according to the base64 (RFC 3548) specification</para> <indexterm zone="ch-system-coreutils base64"> - <primary sortas="b-base64">basename</primary> + <primary sortas="b-base64">base64</primary> </indexterm> </listitem> </varlistentry> diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 232496d4e..b07632dd8 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -440,7 +440,7 @@ ln -sv tbl /usr/bin/gtbl</userinput></screen> <para>Converts encoding of input files to something GNU <command>troff</command> understands</para> <indexterm zone="ch-system-groff preconv"> - <primary sortas="b-pdfroff">preconv</primary> + <primary sortas="b-preconv">preconv</primary> </indexterm> </listitem> </varlistentry> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index aabafa2e9..12719676b 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -94,7 +94,7 @@ <seglistitem> <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, - and tc.</seg> + and tc</seg> </seglistitem> </segmentedlist> |