diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-12 20:45:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-12 20:45:29 +0000 |
commit | 2791a8e7e1b18544d90868c0e79c7f6457921192 (patch) | |
tree | 163da461d4675a6944340df724a313548678cd4b /chapter06/procps.xml | |
parent | d92b5feeb5979ac33725ff3f2612acf01a3710a9 (diff) |
Update the list of installed programs and libraries for several packages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index a78836a2d..ae2226e93 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -54,7 +54,7 @@ <segtitle>Installed library</segtitle> <seglistitem> - <seg>free, kill, pgrep, pkill, pmap, ps, skill, slabtop, snice, + <seg>free, kill, pgrep, pkill, pmap, ps, pwdx, skill, slabtop, snice, sysctl, tload, top, uptime, vmstat, w, and watch</seg> <seg>libproc.so</seg> </seglistitem> @@ -126,6 +126,16 @@ </listitem> </varlistentry> + <varlistentry id="pwdx"> + <term><command>pwdx</command></term> + <listitem> + <para>Reports the current working directory of a process</para> + <indexterm zone="ch-system-procps pwdx"> + <primary sortas="b-pwdx">pwdx</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="skill"> <term><command>skill</command></term> <listitem> |