diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/psmisc-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/psmisc-desc.xml')
-rw-r--r-- | appendixa/psmisc-desc.xml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml index c0b84959f..345362ac5 100644 --- a/appendixa/psmisc-desc.xml +++ b/appendixa/psmisc-desc.xml @@ -1,27 +1,29 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents of psmisc-&psmisc-contversion;</title> -<para>The Psmisc package contains the fuser, killall, pidof and pstree -programs.</para> +<sect3><title>Program Files</title> +<para>fuser, killall, pidof (link to killall) and pstree</para> -</sect2> +<para>Note that in LFS we don't install the pidof link by default +because we use pidof from sysvinit instead.</para></sect3> -<sect2><title>Description</title> +<sect3><title>Descriptions</title> -<sect3><title>fuser</title> +<sect4><title>fuser</title> <para>fuser displays the PIDs of processes using the specified files or file -systems.</para></sect3> +systems.</para></sect4> -<sect3><title>killall</title> +<sect4><title>killall</title> <para>killall sends a signal to all processes running any of the specified -commands.</para></sect3> +commands.</para></sect4> -<sect3><title>pidof</title> +<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></sect3> +prints those id's on standard output.</para></sect4> + +<sect4><title>pstree</title> +<para>pstree shows running processes as a tree.</para></sect4> -<sect3><title>pstree</title> -<para>pstree shows running processes as a tree.</para></sect3> +</sect3> </sect2> |