summaryrefslogtreecommitdiffstats
path: root/contrib/top/commands.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2003-07-17 23:56:40 +0000
committerjulian <julian@FreeBSD.org>2003-07-17 23:56:40 +0000
commit788547d4cf2856cc0d849f205d6384723345026b (patch)
treeae7325b9fe8cfe61e176452c39b5dd2b7846c026 /contrib/top/commands.c
parentab57004058eee4b698f7d9cece99440ad9b49bbb (diff)
downloadFreeBSD-src-788547d4cf2856cc0d849f205d6384723345026b.zip
FreeBSD-src-788547d4cf2856cc0d849f205d6384723345026b.tar.gz
Changes to allow top to decide whether or not to show multiple threads per
process. Option -H enables it and it is toggled at the interactive screen by 'H'. Submitted by: Jung-uk Kim <jkim@niksun.com>
Diffstat (limited to 'contrib/top/commands.c')
-rw-r--r--contrib/top/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 6af378bc..418dc16 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -71,6 +71,7 @@ sophisticated enough to handle those commands gracefully.\n\n", stdout);
d - change number of displays to show\n\
e - list errors generated by last \"kill\" or \"renice\" command\n\
i - toggle the displaying of idle processes\n\
+H - toggle the displaying of threads\n\
I - same as 'i'\n\
k - kill processes; send a signal to a list of processes\n\
n or # - change number of processes to display\n", stdout);
OpenPOWER on IntegriCloud