diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 8 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f59baddfe..9356e9346 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -119,6 +119,9 @@ allowing us to drop its source directory right away. Origin is Greg Schafer, and Dan Nicholson for the report (fixes bug 1670).</para> </listitem> +<listitem><para>December 17, 2005 [matt]: Upgrade to psmisc-21.9</para> +</listitem> + <listitem><para>December 17, 2005 [matt]: Upgrade to man-pages-2.17</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 2dcd00982..61b0fb82c 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -320,7 +320,7 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note> </varlistentry> <varlistentry> -<term>Psmisc (&psmisc-version;) - 189 KB:</term> +<term>Psmisc (&psmisc-version;) - 193 KB:</term> <listitem> <para><ulink url="&sourceforge;psmisc/"/></para> </listitem> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index ae50c7575..a8165860b 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -103,6 +103,14 @@ running any of the given commands</para> </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="pstree"> <term><command>pstree</command></term> <listitem> diff --git a/general.ent b/general.ent index 7067f0a1c..864fd8b56 100644 --- a/general.ent +++ b/general.ent @@ -71,7 +71,7 @@ <!ENTITY patch-version "2.5.4"> <!ENTITY perl-version "5.8.7"> <!ENTITY procps-version "3.2.6"> -<!ENTITY psmisc-version "21.8"> +<!ENTITY psmisc-version "21.9"> <!ENTITY readline-version "5.1"> <!ENTITY sed-version "4.1.4"> <!ENTITY shadow-version "4.0.13"> |