diff options
author | Mark Lumsden <lum@cvs.openbsd.org> | 2021-02-19 19:59:37 +0000 |
---|---|---|
committer | Mark Lumsden <lum@cvs.openbsd.org> | 2021-02-19 19:59:37 +0000 |
commit | 7ea8b4809cba464946231da5e4a1451a8ea27622 (patch) | |
tree | 8d9d4b7a5db8460dc63dcd6bdd16d59d30477cee /usr.bin | |
parent | 5b6acf598869f6c88162e70342d103b46cb1b9d5 (diff) |
Add 't' to options in man page. ok jmc@ kn@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/top/top.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index 06e3224ecff..af737c1826d 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: top.1,v 1.77 2020/08/26 16:21:28 kn Exp $ +.\" $OpenBSD: top.1,v 1.78 2021/02/19 19:59:36 lum Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 26 2020 $ +.Dd $Mdocdate: February 19 2021 $ .Dt TOP 1 .Os .Sh NAME @@ -32,7 +32,7 @@ .Sh SYNOPSIS .Nm top .Bk -words -.Op Fl 1bCHIinqSu +.Op Fl 1bCHIinqStu .Op Fl d Ar count .Op Fl g Ar string .Op Fl o Oo - Oc Ns Ar field @@ -188,6 +188,9 @@ shows processes associated with all routing tables. The .Sq - prefix hides proccesses associated with a single routing table. +.It Fl t +Display routing tables. +By default, routing tables are not shown. .It Fl U Oo - Oc Ns Ar user Show only those processes owned by username or UID .Ar user . |