diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 03:33:55 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-06-24 03:33:55 +0000 |
commit | 16bbca9a81622b1c7b30127bdd4d4831f7301c6f (patch) | |
tree | 0067b226c96e5f1e1e566984d7d7c1e47d5e209b /appendixa | |
parent | 3c6ef47689dd7180cd3a36bba46e95477ba5138e (diff) |
Procps, Psmisc: Updated package contents.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/procps-desc.xml | 8 | ||||
-rw-r--r-- | appendixa/psmisc-desc.xml | 6 |
2 files changed, 2 insertions, 12 deletions
diff --git a/appendixa/procps-desc.xml b/appendixa/procps-desc.xml index bf75e7ca9..5c46faeab 100644 --- a/appendixa/procps-desc.xml +++ b/appendixa/procps-desc.xml @@ -4,7 +4,7 @@ <sect3><title>Program Files</title> <para>free, kill, oldps, pgrep, pkill, ps, skill, snice, sysctl, tload, top, -uptime, vmstat, w and watch</para></sect3> +vmstat, w and watch</para></sect3> <sect3><title>Descriptions</title> @@ -44,12 +44,6 @@ none is specified).</para></sect4> <para>top provides an ongoing look at processor activity in real time.</para></sect4> -<sect4><title>uptime</title> -<para>uptime gives a one line display of the following information: the current -time, how long the system has been running, how many users are currently -logged on, and the system load averages for the past 1, 5, and 15 -minutes.</para></sect4> - <sect4><title>vmstat</title> <para>vmstat reports information about processes, memory, paging, block IO, traps, and cpu activity.</para></sect4> diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml index 57dd471a2..fc245ccfd 100644 --- a/appendixa/psmisc-desc.xml +++ b/appendixa/psmisc-desc.xml @@ -3,7 +3,7 @@ <para>Last checked against version &psmisc-contversion;.</para> <sect3><title>Program Files</title> -<para>fuser, killall, pidof (link to killall) and pstree</para> +<para>fuser, killall and pstree</para> <para>Note that in LFS we don't install the pidof link by default because we use pidof from sysvinit instead.</para></sect3> @@ -18,10 +18,6 @@ files or file systems.</para></sect4> <para>killall sends a signal to all processes running any of the specified commands.</para></sect4> -<sect4><title>pidof</title> -<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> |