[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.23 and 1.24

version 1.23, 2003/09/19 10:32:24 version 1.24, 2004/05/10 20:26:08
Line 298 
Line 298 
 about the state of the system, including  about the state of the system, including
 .\" the last process ID assigned to a process,  .\" the last process ID assigned to a process,
 .\" (on most systems),  .\" (on most systems),
 the three load averages,  the three load average numbers,
 the current time,  the current time,
 the number of existing processes,  the number of existing processes,
 the number of processes in each state  the number of processes in each state
Line 306 
Line 306 
 and a percentage of time spent in each of the processor states  and a percentage of time spent in each of the processor states
 (user, nice, system, and idle).  (user, nice, system, and idle).
 It also includes information about physical and virtual memory allocation.  It also includes information about physical and virtual memory allocation.
   The load average numbers give the number of jobs in the run queue averaged
   over 1, 5 and 15 minutes.
 .Pp  .Pp
 The remainder of the screen displays information about individual  The remainder of the screen displays information about individual
 processes.  processes.
Line 370 
Line 372 
 .Sh AUTHORS  .Sh AUTHORS
 William LeFebvre, EECS Department, Northwestern University  William LeFebvre, EECS Department, Northwestern University
 .Sh BUGS  .Sh BUGS
 Don't shoot me, but the default for  
 .Fl I  
 has changed once again.  
 So many people were confused by the fact that  
 .Nm  
 wasn't showing them all the processes that I have decided to make the  
 default behavior show idle processes, just like it did in version 2.  
 But to appease folks who can't stand that behavior, I have added the  
 ability to set  
 .Li default  
 options in the environment variable  
 .Ev TOP  
 (see the  
 .Sx OPTIONS  
 section).  
 Those who want the behavior that version 3.0 had need only set  
 the environment variable  
 .Ev TOP  
 to  
 .Li -I .  
 .Pp  
 The command name for swapped processes should be tracked down, but this  The command name for swapped processes should be tracked down, but this
 would make the program run slower.  would make the program run slower.
 .Pp  .Pp

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24