diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 21:01:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-23 21:01:55 +0000 |
commit | 32c0c6da08bcea1ef1251aae7357492748ee4cf1 (patch) | |
tree | 27ed65262eac822c7cf75571c2ec7cf44f3cf817 | |
parent | 1c4d0002043c76fd6331fd0294140da143dacd0d (diff) |
Remove mention of convert-mans and oldfuser in Man-DB's and psmisc's installed file lists respectively. Fixes #2455.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@8997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/man-db.xml | 2 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 14 |
2 files changed, 2 insertions, 14 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 2e2b1c0f6..a032c0424 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -279,7 +279,7 @@ <segtitle>Installed programs</segtitle> <seglistitem> - <seg>accessdb, apropos (link to whatis), catman, convert-mans, lexgrog, man, mandb, + <seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb, manpath, whatis, and zsoelim</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 18d390a18..35e4b68d3 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -96,8 +96,7 @@ <segtitle>Installed programs</segtitle> <seglistitem> - <seg>fuser, killall, oldfuser, peekfd, pstree, and pstree.x11 - (link to pstree)</seg> + <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg> </seglistitem> </segmentedlist> @@ -128,17 +127,6 @@ </listitem> </varlistentry> - <varlistentry id="oldfuser"> - <term><command>oldfuser</command></term> - <listitem> - <para>Reports the Process IDs (PIDs) of processes that use the given - files or file systems</para> - <indexterm zone="ch-system-psmisc oldfuser"> - <primary sortas="b-oldfuser">oldfuser</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="peekfd"> <term><command>peekfd</command></term> <listitem> |