aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-10-15 18:26:20 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-10-15 18:26:20 +0000
commitca101adb8ccf024e809168822e895374df297164 (patch)
tree1d02249c28d7057a686b257316c7cb0cfb7c9427 /chapter06
parentb3c4b016438aa68bff3819363d6828dcb414b49b (diff)
Update installed program description for several packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10022 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/flex.xml15
-rw-r--r--chapter06/glibc.xml24
-rw-r--r--chapter06/iproute2.xml12
-rw-r--r--chapter06/kbd.xml14
-rw-r--r--chapter06/man-db.xml24
-rw-r--r--chapter06/ncurses.xml3
-rw-r--r--chapter06/perl.xml24
-rw-r--r--chapter06/pkgconfig.xml2
-rw-r--r--chapter06/util-linux.xml78
9 files changed, 157 insertions, 39 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index b7c7c9866..d5a00b631 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -103,10 +103,12 @@ chmod -v 755 /usr/bin/lex</userinput></screen>
<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 @@ chmod -v 755 /usr/bin/lex</userinput></screen>
</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>
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 8e5a411f0..67163e477 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -483,8 +483,8 @@ mkdir /etc/ld.so.conf.d</userinput></screen>
<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 @@ mkdir /etc/ld.so.conf.d</userinput></screen>
</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 @@ mkdir /etc/ld.so.conf.d</userinput></screen>
</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>
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index f2d259592..73d7eaa09 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -101,7 +101,7 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<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 @@ sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
<?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>
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml
index 26b91a782..1b24c6bfa 100644
--- a/chapter06/kbd.xml
+++ b/chapter06/kbd.xml
@@ -138,8 +138,8 @@ cp -R -v doc/* \
<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 @@ cp -R -v doc/* \
</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>
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml
index 659934221..196f41dd3 100644
--- a/chapter06/man-db.xml
+++ b/chapter06/man-db.xml
@@ -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>
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 4a78fa7fa..47dd473ba 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -172,7 +172,8 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
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>
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 4fc710607..4fb45bd1a 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -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>
diff --git a/chapter06/pkgconfig.xml b/chapter06/pkgconfig.xml
index cd94b2f6f..b5b613230 100644
--- a/chapter06/pkgconfig.xml
+++ b/chapter06/pkgconfig.xml
@@ -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>
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 5dc606352..94cf95a22 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -97,17 +97,18 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</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>