diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:13:57 +0000 |
commit | 159c2d2da34540e99d4aa985dc9e2c7e7a76ec4d (patch) | |
tree | 14654a2cbd70f026b92aa2b760c85f32eddbb588 /appendixa/psmisc-desc.xml | |
parent | c4eeb6f378b5b9d1d1e43274b8dfa2bb124b8312 (diff) |
applied Alex's so-it's-ids.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/psmisc-desc.xml')
-rw-r--r-- | appendixa/psmisc-desc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml index 76aabf053..41f0e2962 100644 --- a/appendixa/psmisc-desc.xml +++ b/appendixa/psmisc-desc.xml @@ -9,16 +9,16 @@ because we use pidof from sysvinit instead.</para></sect3> <sect3><title>Descriptions</title> <sect4><title>fuser</title> -<para>fuser displays the PIDs of processes using the specified files or file -systems.</para></sect4> +<para>fuser displays the PIDs of processes that use the specified +files or file systems.</para></sect4> <sect4><title>killall</title> <para>killall sends a signal to all processes running any of the specified commands.</para></sect4> <sect4><title>pidof</title> -<para>pidof finds the process id's (pids) of the named programs and -prints those id's on standard output.</para></sect4> +<para>pidof displays the process identifiers (PIDs) of the named +programs.</para></sect4> <sect4><title>pstree</title> <para>pstree shows running processes as a tree.</para></sect4> |