diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 18:04:38 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 18:04:38 +0000 |
commit | 1a4fd4a67e61225fbf079c2a838523f27c1944bf (patch) | |
tree | 8b8d3f71b0de9e0ca49c35e11df7c2f07dacff84 | |
parent | df984a919a043a104906fdf0a319d3a089fe2572 (diff) |
Fixed top description. Bug 1549.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/procps.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 3a0f55ebd..316086a77 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -139,8 +139,8 @@ swap memory) in the system</para> <varlistentry id="top"> <term><command>top</command></term> <listitem> -<para>Displays the top CPU processes; it provides an ongoing look at -processor activity in real time</para> +<para>Displays a list of the most CPU intensive processes; it provides an +ongoing look at processor activity in real time</para> <indexterm zone="ch-system-procps top"><primary sortas="b-top">top</primary></indexterm> </listitem> </varlistentry> @@ -174,7 +174,7 @@ processes, memory, paging, block Input/Output (IO), traps, and CPU activity</par <varlistentry id="watch"> <term><command>watch</command></term> <listitem> -<para>Runs a given command repeatedly, displaying the first screen-full of its +<para>Runs a given command repeatedly, displaying the first screen-full of its output; this allows a user to watch the output change over time</para> <indexterm zone="ch-system-procps watch"><primary sortas="b-watch">watch</primary></indexterm> </listitem> |