=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/top.1,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/top/top.1 2020/07/26 21:59:16 1.75 --- src/usr.bin/top/top.1 2020/08/23 21:11:55 1.76 *************** *** 1,4 **** ! .\" $OpenBSD: top.1,v 1.75 2020/07/26 21:59:16 kn Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" --- 1,4 ---- ! .\" $OpenBSD: top.1,v 1.76 2020/08/23 21:11:55 kn 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: July 26 2020 $ .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: August 23 2020 $ .Dt TOP 1 .Os .Sh NAME *************** *** 38,43 **** --- 38,44 ---- .Op Fl o Oo - Oc Ns Ar field .Op Fl p Ar pid .Op Fl s Ar time + .Op Fl T Oo - Oc Ns Ar rtable .Op Fl U Oo - Oc Ns Ar user .Op Ar number .Ek *************** *** 179,184 **** --- 180,193 ---- 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 Oo - Oc Ns Ar rtable + Display only processes associated with the specified routing table + .Ar rtable . + .Sq T+ + shows processes associated with all routing tables. + The + .Sq - + prefix hides proccesses associated with a single routing table. .It Fl U Oo - Oc Ns Ar user Show only those processes owned by username or UID .Ar user . *************** *** 371,376 **** --- 380,393 ---- Set the delay between screen updates to .Ar time seconds. + .It T Oo - Oc Ns Ar rtable + Display only processes associated with the specified routing table + .Ar rtable . + .Sq T+ + shows processes associated with all routing tables. + The + .Sq - + prefix hides proccesses associated with a single routing table. .It u Oo - Oc Ns Ar user Show only those processes owned by username or UID .Ar user .