aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/commands.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-07-17 23:56:40 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-07-17 23:56:40 +0000
commite27d79bb288b41b2e6afc22854b8fef55988fc99 (patch)
treeae7325b9fe8cfe61e176452c39b5dd2b7846c026 /contrib/top/commands.c
parent4e19fe1081352c45aa6de13e465e729feab8613c (diff)
downloadsrc-e27d79bb288b41b2e6afc22854b8fef55988fc99.tar.gz
src-e27d79bb288b41b2e6afc22854b8fef55988fc99.zip
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>
Notes
Notes: svn path=/head/; revision=117709
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 6af378bc0ff5..418dc1618b97 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);