diff options
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 24 |
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> |