summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-08-12 09:58:15 +0000
committerwosch <wosch@FreeBSD.org>1998-08-12 09:58:15 +0000
commit5a643960aa4012b193090151b24495f169347192 (patch)
tree02da4dc42adf7463ea85038e995ac02909ace114 /contrib/top
parentc07d751872ed072f5302455068e9f472b9ff335f (diff)
downloadFreeBSD-src-5a643960aa4012b193090151b24495f169347192.zip
FreeBSD-src-5a643960aa4012b193090151b24495f169347192.tar.gz
Merge from stable: support for the o, order, command
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index c4c9c36..b18db72 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -74,7 +74,7 @@ k - kill processes; send a signal to a list of processes\n\
n or # - change number of processes to display\n", stdout);
#ifdef ORDER
fputs("\
-o - specify sort order (size, res, cpu, time)\n", stdout);
+o - specify sort order (pri, size, res, cpu, time)\n", stdout);
#endif
fputs("\
r - renice a process\n\
OpenPOWER on IntegriCloud