[BACK]Return to top.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/top.1 between version 1.58 and 1.59

version 1.58, 2011/03/25 12:53:09 version 1.59, 2011/12/16 14:50:24
Line 32 
Line 32 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm top  .Nm top
 .Bk -words  .Bk -words
 .Op Fl 1bCIinqSTu  .Op Fl 1bCHIinqSu
 .Op Fl d Ar count  .Op Fl d Ar count
 .Op Fl g Ar string  .Op Fl g Ar string
 .Op Fl o Ar field  .Op Fl o Ar field
Line 106 
Line 106 
 Display only processes that contain  Display only processes that contain
 .Ar string  .Ar string
 in their command name.  in their command name.
   .It Fl H
   Show process threads in the display.
   Normally, only the main process is shown.
   This option makes all threads visible.
 .It Fl I  .It Fl I
 Do not display idle processes.  Do not display idle processes.
 By default,  By default,
Line 169 
Line 173 
 seconds.  seconds.
 The value may be fractional, to permit delays of less than 1 second.  The value may be fractional, to permit delays of less than 1 second.
 The default delay between updates is 5 seconds.  The default delay between updates is 5 seconds.
 .It Fl T  
 Show process threads in the display.  
 Normally, only the main process is shown.  
 This option makes all threads visible.  
 .It Fl U Ar user  .It Fl U Ar user
 Show only those processes owned by  Show only those processes owned by
 .Ar user .  .Ar user .
Line 303 
Line 303 
 in their command name.  in their command name.
 .Sq g+  .Sq g+
 shows all processes.  shows all processes.
   .It H
   Toggle the display of process threads.
 .It I \*(Ba i  .It I \*(Ba i
 Toggle the display of idle processes.  Toggle the display of idle processes.
 .It Xo k  .It Xo k
Line 352 
Line 354 
 Set the delay between screen updates to  Set the delay between screen updates to
 .Ar time  .Ar time
 seconds.  seconds.
 .It T  
 Toggle the display of process threads.  
 .It u Ar user  .It u Ar user
 Show only those processes owned by  Show only those processes owned by
 .Ar user .  .Ar user .

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59