=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/top/top.1 2006/12/27 07:24:52 1.34 --- src/usr.bin/top/top.1 2007/01/03 18:57:49 1.35 *************** *** 1,4 **** ! .\" $OpenBSD: top.1,v 1.34 2006/12/27 07:24:52 otto Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: top.1,v 1.35 2007/01/03 18:57:49 otto Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" *************** *** 33,38 **** --- 33,39 ---- .Nm top .Op Fl bCIinqSTu .Op Fl d Ar count + .Op Fl g Ar command .Op Fl o Ar field .Op Fl p Ar pid .Op Fl s Ar time *************** *** 97,102 **** --- 98,107 ---- automatically exits. For intelligent terminals, no upper limit is set. The default is 1 for dumb terminals. + .It Fl g Ar command + Show only processes that contain the string + .Ar command + in their command name. .It Fl I Do not display idle processes. By default, *************** *** 273,278 **** --- 278,289 ---- or .Li renice command. + .It g + Display only processes that contain a string in their command name + (prompt for string). + If the string specified is simply + .Dq + , + then no process name matching will be done. .It I or i Toggle the display of idle processes. .It k