Merge from vendor branch GCC:
[dragonfly.git] / contrib / top / patches / top.X.patch
1 Index: top.X
2 ===================================================================
3 RCS file: /cvs/DragonFly/src/contrib/top/top.X,v
4 retrieving revision 1.2
5 diff -u -p -u -r1.2 top.X
6 --- top.X       17 Jun 2003 04:24:07 -0000      1.2
7 +++ top.X       4 Jun 2004 12:16:39 -0000
8 @@ -65,6 +65,14 @@ terminal.
9  Show system processes in the display.  Normally, system processes such as
10  the pager and the swapper are not shown.  This option makes them visible.
11  .TP
12 +.B \-T
13 +Show kernel threads in the display.  Normally, kernel threads such as
14 +the pagedaemon and bufdaemon are not shown.  This option makes them
15 +visible.
16 +.TP
17 +.B \-O
18 +Show only kernel threads.
19 +.TP
20  .B \-b
21  Use \*(lqbatch\*(rq mode.  In this mode, all input from the terminal is
22  ignored.  Interrupt characters (such as ^C and ^\e) still have an effect.
23 @@ -203,6 +211,15 @@ Redraw the screen.
24  Display a summary of the commands (help screen).  Version information
25  is included in this display.
26  .TP
27 +.B S
28 +Display system processes.
29 +.TP
30 +.B T
31 +Display kernel threads, such as bufdaemon and pagedaemon.
32 +.TP
33 +.B O
34 +Toggle displaying of only kernel threads.
35 +.TP
36  .B q
37  Quit
38  .IR top.