Author: bdubbs
Date: 2012-10-15 12:26:20 -0600 (Mon, 15 Oct 2012)
New Revision: 10022
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/flex.xml
trunk/BOOK/chapter06/glibc.xml
trunk/BOOK/chapter06/iproute2.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/chapter06/man-db.xml
trunk/BOOK/chapter06/ncurses.xml
trunk/BOOK/chapter06/perl.xml
trunk/BOOK/chapter06/pkgconfig.xml
trunk/BOOK/chapter06/util-linux.xml
trunk/BOOK/general.ent
Log:
Update installed program description for several packages
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter01/changelog.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -37,9 +37,20 @@
-->
<listitem>
- <para>2012-09-27</para>
+ <para>2012-10-14</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Update installed program description
+ for several packages. Thanks to Chris Staub for the patch.
+ Fixes <ulink url="&lfs-ticket-root;3203">#3203</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>2012-10-14</para>
+ <itemizedlist>
+ <listitem>
<para>[bdubbs] - Remove utmpdump from sysvinit
because it is now installed by util-linux. Thanks to
Chris Staub for the patch. Fixes
Modified: trunk/BOOK/chapter06/flex.xml
===================================================================
--- trunk/BOOK/chapter06/flex.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/flex.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -103,10 +103,12 @@
<segmentedlist>
<segtitle>Installed programs</segtitle>
<segtitle>Installed libraries</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>flex and lex</seg>
+ <seg>flex, flex++ (link to flex), and lex</seg>
<seg>libfl.a and libfl_pic.a</seg>
+ <seg>/usr/share/doc/flex-&flex-version;</seg>
</seglistitem>
</segmentedlist>
@@ -127,6 +129,17 @@
</listitem>
</varlistentry>
+ <varlistentry id="flexpp">
+ <term><command>flex++</command></term>
+ <listitem>
+ <para>An extension of flex, is used for generating C++ code
+ and classes. It is a symbolic link to <command>flex</command></para>
+ <indexterm zone="ch-system-flex flexpp">
+ <primary sortas="b-flex++">flex++</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="lex">
<term><command>lex</command></term>
<listitem>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/glibc.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -483,8 +483,8 @@
<seglistitem>
<seg>catchsegv, gencat, getconf, getent, iconv, iconvconfig, ldconfig,
- ldd, lddlibc4, locale, localedef, mtrace, nscd, pcprofiledump,
- pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
+ ldd, lddlibc4, locale, localedef, makedb, mtrace, nscd, pcprofiledump,
+ pldd, pt_chown, rpcgen, sln, sotruss, sprof, tzselect, xtrace,
zdump, and zic</seg>
<seg>ld.so, libBrokenLocale.{a,so}, libSegFault.so, libanl.{a,so},
libbsd-compat.a, libc.{a,so}, libc_nonshared.a, libcidn.so,
@@ -624,6 +624,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="makedb">
+ <term><command>makedb</command></term>
+ <listitem>
+ <para>Creates a simple database from textual input</para>
+ <indexterm zone="ch-system-glibc makedb">
+ <primary sortas="b-makedb">makedb</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="mtrace">
<term><command>mtrace</command></term>
<listitem>
@@ -656,6 +666,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="pldd">
+ <term><command>pldd</command></term>
+ <listitem>
+ <para>Lists dynamic shared objects used by running processes</para>
+ <indexterm zone="ch-system-glibc pldd">
+ <primary sortas="b-pldd">pldd</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="pt_chown">
<term><command>pt_chown</command></term>
<listitem>
Modified: trunk/BOOK/chapter06/iproute2.xml
===================================================================
--- trunk/BOOK/chapter06/iproute2.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/iproute2.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -101,7 +101,7 @@
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
+ <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat),
ss,
and tc</seg>
<seg>/etc/iproute2, /lib/tc,
/usr/share/doc/iproute2-&iproute2-version;,
@@ -114,6 +114,16 @@
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
+ <varlistentry id="bridge">
+ <term><command>bridge</command></term>
+ <listitem>
+ <para>Configures network bridges</para>
+ <indexterm zone="ch-system-iproute2 bridge">
+ <primary sortas="b-bridge">bridge</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="ctstat">
<term><command>ctstat</command></term>
<listitem>
Modified: trunk/BOOK/chapter06/kbd.xml
===================================================================
--- trunk/BOOK/chapter06/kbd.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/kbd.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -138,8 +138,8 @@
<segtitle>Installed directory</segtitle>
<seglistitem>
- <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode,
- kbdrate, loadkeys, loadunimap,
+ <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbdinfo,
+ kbd_mode, kbdrate, loadkeys, loadunimap,
mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
psfxtable), psfstriptable (link to psfxtable), psfxtable,
<!--resizecons,-->
setfont, setkeycodes, setleds, setmetamode,
@@ -203,6 +203,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="kbdinfo">
+ <term><command>kbdinfo</command></term>
+ <listitem>
+ <para>Obtains information about the status of a console</para>
+ <indexterm zone="ch-system-kbd kbdinfo">
+ <primary sortas="b-kbdinfo">kbdinfo</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="kbd_mode">
<term><command>kbd_mode</command></term>
<listitem>
Modified: trunk/BOOK/chapter06/man-db.xml
===================================================================
--- trunk/BOOK/chapter06/man-db.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/man-db.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -275,12 +275,14 @@
<segmentedlist>
<segtitle>Installed programs</segtitle>
+ <segtitle>Installed libraries</segtitle>
<segtitle>Installed directories</segtitle>
<seglistitem>
<seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
manpath, whatis, and zsoelim</seg>
- <seg>/usr/lib/man-db, /usr/share/doc/man-db</seg>
+ <seg>libman.so, libmandb.so</seg>
+ <seg>/usr/lib/man-db, /usr/share/doc/man-db-&man-db-version;</seg>
</seglistitem>
</segmentedlist>
@@ -389,6 +391,26 @@
</listitem>
</varlistentry>
+ <varlistentry id="libman">
+ <term><filename class="libraryfile">libman</filename></term>
+ <listitem>
+ <para>Contains run-time support for <command>man</command></para>
+ <indexterm zone="ch-system-man-db libman">
+ <primary sortas="c-libman">libman</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libmandb">
+ <term><filename class="libraryfile">libmandb</filename></term>
+ <listitem>
+ <para>Contains run-time support for <command>man</command></para>
+ <indexterm zone="ch-system-man-db libmandb">
+ <primary sortas="c-libmandb">libmandb</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
Modified: trunk/BOOK/chapter06/ncurses.xml
===================================================================
--- trunk/BOOK/chapter06/ncurses.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/ncurses.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -172,7 +172,8 @@
libformw.{a,so}, libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so},
libpanelw.{a,so} and their non-wide-character counterparts without "w"
in the library names.</seg>
- <seg>/usr/share/tabset, /usr/share/terminfo</seg>
+ <seg>/usr/share/tabset, /usr/share/terminfo,
+ /usr/share/doc/ncurses-&ncurses-version;</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter06/perl.xml
===================================================================
--- trunk/BOOK/chapter06/perl.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/perl.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -131,12 +131,12 @@
<seglistitem>
<seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
- cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs,
+ cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs,
instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl),
perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm,
pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker,
podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar,
- ptardiff, ptargrep, s2p, shasum, splain, and xsubpp</seg>
+ ptardiff, ptargrep, s2p, shasum, splain, xsubpp, and zipdetails</seg>
<seg>Several hundred which cannot all be listed here</seg>
<seg>/usr/lib/perl5</seg>
</seglistitem>
@@ -230,16 +230,6 @@
</listitem>
</varlistentry>
- <varlistentry id="dprofpp">
- <term><command>dprofpp</command></term>
- <listitem>
- <para>Displays Perl profile data</para>
- <indexterm zone="ch-system-perl dprofpp">
- <primary sortas="b-dprofpp">dprofpp</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="enc2xs">
<term><command>enc2xs</command></term>
<listitem>
@@ -580,6 +570,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="zipdetails">
+ <term><command>zipdetails</command></term>
+ <listitem>
+ <para>Displays details about the internal structure of a Zip
file</para>
+ <indexterm zone="ch-system-perl zipdetails">
+ <primary sortas="b-zipdetails">zipdetails</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</sect2>
Modified: trunk/BOOK/chapter06/pkgconfig.xml
===================================================================
--- trunk/BOOK/chapter06/pkgconfig.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/pkgconfig.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -71,7 +71,7 @@
<seglistitem>
<seg>pkg-config</seg>
- <seg>/usr/share/doc/pkg-config-0.26</seg>
+ <seg>/usr/share/doc/pkg-config-&pkgconfig-version;</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter06/util-linux.xml
===================================================================
--- trunk/BOOK/chapter06/util-linux.xml 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/chapter06/util-linux.xml 2012-10-15 18:26:20 UTC (rev 10022)
@@ -97,17 +97,18 @@
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, chkdupexe,
+ <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu,
chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart,
- dmesg, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
+ dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock,
i386,
ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, linux32, linux64,
- logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs,
mkfs.cramfs,
- mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg,
pivot_root,
- prlimit, raw, readprofile, rename, renice, rev, rtcwake, script,
scriptreplay,
- setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
- swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
- uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg>
+ logger, look, losetup, lsblk, lscpu, lslocks, mcookie, mkfs, mkfs.bfs,
+ mkfs.cramfs, mkfs.minix, mkswap, more, mount, mountpoint, namei, partx,
+ pg, pivot_root, prlimit, raw, readprofile, rename, renice, resizepart,
+ rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
+ swaplabel, swapoff (link to swapon), swapon, switch_root, tailf,
+ taskset, tunelp, ul, umount, unshare, utmpdump, uuidd, uuidgen, wall,
+ wdctl, whereis, wipefs, and x86_64</seg>
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
@@ -194,16 +195,6 @@
</listitem>
</varlistentry>
- <varlistentry id="chkdupexe">
- <term><command>chkdupexe</command></term>
- <listitem>
- <para>Finds duplicate executables</para>
- <indexterm zone="ch-system-util-linux chkdupexe">
- <primary sortas="b-chkdupexe">chkdupexe</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="chrt">
<term><command>chrt</command></term>
<listitem>
@@ -297,6 +288,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="eject">
+ <term><command>eject</command></term>
+ <listitem>
+ <para>Ejects removable media</para>
+ <indexterm zone="ch-system-util-linux eject">
+ <primary sortas="b-eject">eject</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="fallocate">
<term><command>fallocate</command></term>
<listitem>
@@ -587,6 +588,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="lslocks">
+ <term><command>lslocks</command></term>
+ <listitem>
+ <para>Lists local system locks</para>
+ <indexterm zone="ch-system-util-linux lslocks">
+ <primary sortas="b-lslocks">lslocks</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="mcookie">
<term><command>mcookie</command></term>
<listitem>
@@ -774,6 +785,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="resizepart">
+ <term><command>resizepart</command></term>
+ <listitem>
+ <para>Asks the Linux kernel to resize a partition</para>
+ <indexterm zone="ch-system-util-linux resizepart">
+ <primary sortas="b-resizepart">resizepart</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="rev">
<term><command>rev</command></term>
<listitem>
@@ -960,6 +981,17 @@
</listitem>
</varlistentry>
+ <varlistentry id="utmpdump">
+ <term><command>utmpdump</command></term>
+ <listitem>
+ <para>Displays the content of the given login file in a more
+ user-friendly format</para>
+ <indexterm zone="ch-system-util-linux utmpdump">
+ <primary sortas="b-utmpdump">utmpdump</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="uuidd">
<term><command>uuidd</command></term>
<listitem>
@@ -994,6 +1026,16 @@
</listitem>
</varlistentry>
+ <varlistentry id="wdctl">
+ <term><command>wdctl</command></term>
+ <listitem>
+ <para>Shows hardware watchdog status</para>
+ <indexterm zone="ch-system-util-linux wdctl">
+ <primary sortas="b-wdctl">wdctl</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="whereis">
<term><command>whereis</command></term>
<listitem>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-10-15 02:59:30 UTC (rev 10021)
+++ trunk/BOOK/general.ent 2012-10-15 18:26:20 UTC (rev 10022)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20121002">
-<!ENTITY releasedate "October 2, 2012">
+<!ENTITY version "SVN-20121015">
+<!ENTITY releasedate "October 15, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page