diff options
author | alfred <alfred@FreeBSD.org> | 2004-07-12 03:00:50 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-07-12 03:00:50 +0000 |
commit | 943cc11b6dbcd232ed99db08db26b6924caecacc (patch) | |
tree | 93b50c8e01089d040194e0482cc64b40245e1824 /contrib/top/top.X | |
parent | 5b15fb7d429ff16fbdd06c6c113f97f32ae62748 (diff) | |
download | FreeBSD-src-943cc11b6dbcd232ed99db08db26b6924caecacc.zip FreeBSD-src-943cc11b6dbcd232ed99db08db26b6924caecacc.tar.gz |
Make 'S' in interactive mode toggle display of system processes.
Diffstat (limited to 'contrib/top/top.X')
-rw-r--r-- | contrib/top/top.X | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/top/top.X b/contrib/top/top.X index fb71060..97ec76a 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -229,6 +229,9 @@ Change the number of processes to display (prompt for new number). Change the number of seconds to delay between displays (prompt for new number). .TP +.B S +Toggle the display of system processes. +.TP .B k Send a signal (\*(lqkill\*(rq by default) to a list of processes. This acts similarly to the command |