diff options
author | stas <stas@FreeBSD.org> | 2007-05-03 22:17:35 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-05-03 22:17:35 +0000 |
commit | 55daa60ccc7d7dfa395062d5fc731c7424b100b0 (patch) | |
tree | 5a10f2f16589c9a63b4661fdfc8aaa28633ab5ae /contrib/top | |
parent | 20848234d96d64f1050c92166ebffc88afcc2fae (diff) | |
download | FreeBSD-src-55daa60ccc7d7dfa395062d5fc731c7424b100b0.zip FreeBSD-src-55daa60ccc7d7dfa395062d5fc731c7424b100b0.tar.gz |
- Add documentation notes for the 'a' option, forgotten in the previous
commit.
commands.c [1]
top.X
Suggested by: rafan [1]
Diffstat (limited to 'contrib/top')
-rw-r--r-- | contrib/top/commands.c | 1 | ||||
-rw-r--r-- | contrib/top/top.X | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 58e00fb..8104f51 100644 --- a/contrib/top/commands.c +++ b/contrib/top/commands.c @@ -89,6 +89,7 @@ o - specify sort order (vcsw, ivcsw, read, write, fault, total)\n", stdout r - renice a process\n\ s - change number of seconds to delay between updates\n\ S - toggle the displaying of system processes\n\ +a - toggle the displaying of process titles\n\ t - toggle the display of this process\n\ u - display processes for only one user (+ selects all users)\n\ \n\ diff --git a/contrib/top/top.X b/contrib/top/top.X index 49b6c20..eda664c 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -255,6 +255,9 @@ Change the number of seconds to delay between displays .B S Toggle the display of system processes. .TP +.B a +Toggle the display of process titles. +.TP .B k Send a signal (\*(lqkill\*(rq by default) to a list of processes. This acts similarly to the command |