Index: top.X =================================================================== RCS file: /cvs/DragonFly/src/contrib/top/top.X,v retrieving revision 1.2 diff -u -p -u -r1.2 top.X --- top.X 17 Jun 2003 04:24:07 -0000 1.2 +++ top.X 4 Jun 2004 12:16:39 -0000 @@ -65,6 +65,14 @@ terminal. Show system processes in the display. Normally, system processes such as the pager and the swapper are not shown. This option makes them visible. .TP +.B \-T +Show kernel threads in the display. Normally, kernel threads such as +the pagedaemon and bufdaemon are not shown. This option makes them +visible. +.TP +.B \-O +Show only kernel threads. +.TP .B \-b Use \*(lqbatch\*(rq mode. In this mode, all input from the terminal is ignored. Interrupt characters (such as ^C and ^\e) still have an effect. @@ -203,6 +211,15 @@ Redraw the screen. Display a summary of the commands (help screen). Version information is included in this display. .TP +.B S +Display system processes. +.TP +.B T +Display kernel threads, such as bufdaemon and pagedaemon. +.TP +.B O +Toggle displaying of only kernel threads. +.TP .B q Quit .IR top.