aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/glibc.xml
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/glibc.xml
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/glibc.xml')
-rw-r--r--chapter06/glibc.xml24
1 files changed, 22 insertions, 2 deletions
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>