First pass at updating top(1):
[dragonfly.git] / contrib / top / patches / commands.c.patch
1 $DragonFly: src/contrib/top/patches/Attic/commands.c.patch,v 1.1 2004/05/29 05:11:15 hmp Exp $
2 Index: contrib/top/commands.c
3 ===================================================================
4 RCS file: /cvs/DragonFly/src/contrib/top/commands.c,v
5 retrieving revision 1.2
6 diff -u -p -u -r1.2 commands.c
7 --- contrib/top/commands.c      17 Jun 2003 04:24:07 -0000      1.2
8 +++ contrib/top/commands.c      29 May 2004 01:14:21 -0000
9 @@ -73,11 +73,13 @@ d       - change number of displays to s
10  e       - list errors generated by last \"kill\" or \"renice\" command\n\
11  i       - toggle the displaying of idle processes\n\
12  I       - same as 'i'\n\
13 +T      - toggle the displaying of threads\n\
14 +S      - toggle the displaying of system processes\n\
15  k       - kill processes; send a signal to a list of processes\n\
16  n or #  - change number of processes to display\n", stdout);
17  #ifdef ORDER
18         fputs("\
19 -o       - specify sort order (pri, size, res, cpu, time)\n", stdout);
20 +o       - specify sort order (pri, size, res, cpu, time, thr)\n", stdout);
21  #endif
22         fputs("\
23  r       - renice a process\n\