diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/psmisc.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |