=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/top/top.1 2011/03/25 12:53:09 1.58 --- src/usr.bin/top/top.1 2011/12/16 14:50:24 1.59 *************** *** 1,4 **** ! .\" $OpenBSD: top.1,v 1.58 2011/03/25 12:53:09 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: top.1,v 1.59 2011/12/16 14:50:24 jsing 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: March 25 2011 $ .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: December 16 2011 $ .Dt TOP 1 .Os .Sh NAME *************** *** 32,38 **** .Sh SYNOPSIS .Nm top .Bk -words ! .Op Fl 1bCIinqSTu .Op Fl d Ar count .Op Fl g Ar string .Op Fl o Ar field --- 32,38 ---- .Sh SYNOPSIS .Nm top .Bk -words ! .Op Fl 1bCHIinqSu .Op Fl d Ar count .Op Fl g Ar string .Op Fl o Ar field *************** *** 106,111 **** --- 106,115 ---- Display only processes that contain .Ar string in their command name. + .It Fl H + Show process threads in the display. + Normally, only the main process is shown. + This option makes all threads visible. .It Fl I Do not display idle processes. By default, *************** *** 169,178 **** seconds. The value may be fractional, to permit delays of less than 1 second. The default delay between updates is 5 seconds. - .It Fl T - Show process threads in the display. - Normally, only the main process is shown. - This option makes all threads visible. .It Fl U Ar user Show only those processes owned by .Ar user . --- 173,178 ---- *************** *** 303,308 **** --- 303,310 ---- in their command name. .Sq g+ shows all processes. + .It H + Toggle the display of process threads. .It I \*(Ba i Toggle the display of idle processes. .It Xo k *************** *** 352,359 **** Set the delay between screen updates to .Ar time seconds. - .It T - Toggle the display of process threads. .It u Ar user Show only those processes owned by .Ar user . --- 354,359 ----