=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** src/usr.bin/top/top.1 2007/02/13 16:16:23 1.43 --- src/usr.bin/top/top.1 2007/02/14 08:29:28 1.44 *************** *** 1,4 **** ! .\" $OpenBSD: top.1,v 1.43 2007/02/13 16:16:23 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: top.1,v 1.44 2007/02/14 08:29:28 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" *************** *** 272,286 **** or their command line equivalents. .It C Toggle the display of process command line arguments. ! .It d Ar n ! Show number ! .Ar n ! displays. ! Remember that the next display counts as one, so typing ! .Sq d1 ! will make ! .Nm ! show one final display and then immediately exit. .It e Display a list of system errors (if any) generated by the last .Li kill --- 272,282 ---- or their command line equivalents. .It C Toggle the display of process command line arguments. ! .It d Ar count ! Show only ! .Ar count ! displays, ! then exit. .It e Display a list of system errors (if any) generated by the last .Li kill *************** *** 306,314 **** .Ar pid . This acts similarly to the command .Xr kill 1 . ! .It n\*(Ba# Ar n ! Show number ! .Ar n processes. .It o Ar field Change the sorting order of the processes, selected by --- 302,310 ---- .Ar pid . This acts similarly to the command .Xr kill 1 . ! .It n\*(Ba# Ar count ! Show ! .Ar count processes. .It o Ar field Change the sorting order of the processes, selected by *************** *** 321,340 **** .Ar pid . .Sq p+ shows all processes. ! .It r Ar n pid Change the priority (the .Em nice ) ! of a list of processes to number ! .Ar n for process .Ar pid . This acts similarly to the command .Xr renice 8 . .It S Toggle the display of system processes. ! .It s Ar n ! Change the time of the delay between displays to ! .Ar n seconds. .It T Toggle the display of process threads. --- 317,336 ---- .Ar pid . .Sq p+ shows all processes. ! .It r Ar count pid Change the priority (the .Em nice ) ! of a list of processes to ! .Ar count for process .Ar pid . This acts similarly to the command .Xr renice 8 . .It S Toggle the display of system processes. ! .It s Ar time ! Set the delay between screen updates to ! .Ar time seconds. .It T Toggle the display of process threads.