Merge from vendor branch GCC:
[dragonfly.git] / contrib / top / patches / commands.c.patch
1 Index: commands.c
2 ===================================================================
3 RCS file: /cvs/DragonFly/src/contrib/top/commands.c,v
4 retrieving revision 1.2
5 diff -u -p -u -r1.2 commands.c
6 --- commands.c  17 Jun 2003 04:24:07 -0000      1.2
7 +++ commands.c  4 Jun 2004 11:37:12 -0000
8 @@ -73,11 +73,14 @@ d       - change number of displays to s
9  e       - list errors generated by last \"kill\" or \"renice\" command\n\
10  i       - toggle the displaying of idle processes\n\
11  I       - same as 'i'\n\
12 +O      - only display threads\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\