=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.60 retrieving revision 1.61 diff -c -r1.60 -r1.61 *** src/usr.bin/top/top.1 2012/06/05 18:52:53 1.60 --- src/usr.bin/top/top.1 2012/06/06 12:12:12 1.61 *************** *** 1,4 **** ! .\" $OpenBSD: top.1,v 1.60 2012/06/05 18:52:53 brynet Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: top.1,v 1.61 2012/06/06 12:12:12 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" *************** *** 23,29 **** .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: June 5 2012 $ .Dt TOP 1 .Os .Sh NAME --- 23,29 ---- .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" ! .Dd $Mdocdate: June 6 2012 $ .Dt TOP 1 .Os .Sh NAME *************** *** 38,44 **** .Op Fl o Ar field .Op Fl p Ar pid .Op Fl s Ar time ! .Oo Fl U Op Ar - Oc Ns Ar user .Op Ar number .Ek .Sh DESCRIPTION --- 38,44 ---- .Op Fl o Ar field .Op Fl p Ar pid .Op Fl s Ar time ! .Op Fl U Oo - Oc Ns Ar user .Op Ar number .Ek .Sh DESCRIPTION *************** *** 173,187 **** seconds. The value may be fractional, to permit delays of less than 1 second. The default delay between updates is 5 seconds. ! .It Fl U Oo Ar - Oc Ns Ar user Show only those processes owned by .Ar user . ! Prefix ! .Ar - ! with ! .Ar user ! to hide processes owned by that user. ! This option currently only accepts usernames and will not understand UID numbers. .It Fl u Do not take the time to map UID numbers to usernames. --- 173,185 ---- seconds. The value may be fractional, to permit delays of less than 1 second. The default delay between updates is 5 seconds. ! .It Fl U Oo - Oc Ns Ar user Show only those processes owned by .Ar user . ! The prefix ! .Sq - ! hides processes owned by that user. ! This option currently only accepts usernames and does not understand UID numbers. .It Fl u Do not take the time to map UID numbers to usernames. *************** *** 359,371 **** Set the delay between screen updates to .Ar time seconds. ! .It u Oo Ar - Oc Ns Ar user Show only those processes owned by .Ar user . .Sq u+ shows processes belonging to all users. The ! .Ar - prefix hides processes belonging to a single .Ar user . .El --- 357,369 ---- Set the delay between screen updates to .Ar time seconds. ! .It u Oo - Oc Ns Ar user Show only those processes owned by .Ar user . .Sq u+ shows processes belonging to all users. The ! .Sq - prefix hides processes belonging to a single .Ar user . .El