diff options
author | wosch <wosch@FreeBSD.org> | 1998-08-12 09:58:15 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-08-12 09:58:15 +0000 |
commit | 5a643960aa4012b193090151b24495f169347192 (patch) | |
tree | 02da4dc42adf7463ea85038e995ac02909ace114 /contrib | |
parent | c07d751872ed072f5302455068e9f472b9ff335f (diff) | |
download | FreeBSD-src-5a643960aa4012b193090151b24495f169347192.zip FreeBSD-src-5a643960aa4012b193090151b24495f169347192.tar.gz |
Merge from stable: support for the o, order, command
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/top/commands.c | 2 |
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\ |