diff options
Diffstat (limited to 'chapter06/psmisc.xml')
-rw-r--r-- | chapter06/psmisc.xml | 46 |
1 files changed, 31 insertions, 15 deletions
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index dff3897cd..99fce8c68 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -72,33 +72,49 @@ creating the following symlink:</para> </sect2> -<sect2 id="contents-psmisc"><title>Contents of Psmisc</title> - -<para><emphasis>Installed programs</emphasis>: fuser, killall, pstree and -pstree.x11 (link to pstree)</para> - -</sect2> +<sect2 id="contents-psmisc" role="content"><title>Contents of Psmisc</title> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>fuser, killall, pstree and pstree.x11 (link to pstree)</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="fuser"><command>fuser</command></term> +<listitem> <indexterm zone="ch-system-psmisc fuser"><primary sortas="b-fuser">fuser</primary></indexterm> -<para id="fuser"><command>fuser</command> reports the PIDs of processes that use -the given files or file systems.</para> +<para>reports the PIDs of processes that use the given files or file systems.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="killall"><command>killall</command></term> +<listitem> <indexterm zone="ch-system-psmisc killall"><primary sortas="b-killall">killall</primary></indexterm> -<para id="killall"><command>killall</command> kills processes by name. It sends a signal +<para>kills processes by name. It sends a signal to all processes running any of the given commands.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="pstree"><command>pstree</command></term> +<listitem> <indexterm zone="ch-system-psmisc pstree"><primary sortas="b-pstree">pstree</primary></indexterm> -<para id="pstree"><command>pstree</command> displays running processes as a tree.</para> +<para>displays running processes as a tree.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="pstree.x11"><command>pstree.x11</command></term> +<listitem> <indexterm zone="ch-system-psmisc pstree.x11"><primary sortas="b-pstree.x11">pstree.x11</primary></indexterm> -<para id="pstree.x11"><command>pstree.x11</command> same as pstree except that it waits for -confirmation before exiting.</para> +<para>same as pstree except that it waits for confirmation before exiting.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |