=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.43 retrieving revision 1.44 diff -u -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 +1,4 @@ -.\" $OpenBSD: top.1,v 1.43 2007/02/13 16:16:23 jmc Exp $ +.\" $OpenBSD: top.1,v 1.44 2007/02/14 08:29:28 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -272,15 +272,11 @@ 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 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,9 +302,9 @@ .Ar pid . This acts similarly to the command .Xr kill 1 . -.It n\*(Ba# Ar n -Show number -.Ar n +.It n\*(Ba# Ar count +Show +.Ar count processes. .It o Ar field Change the sorting order of the processes, selected by @@ -321,20 +317,20 @@ .Ar pid . .Sq p+ shows all processes. -.It r Ar n pid +.It r Ar count pid Change the priority (the .Em nice ) -of a list of processes to number -.Ar n +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 n -Change the time of the delay between displays to -.Ar n +.It s Ar time +Set the delay between screen updates to +.Ar time seconds. .It T Toggle the display of process threads.