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