diff options
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> |