diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 20:17:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-04-17 20:17:01 +0000 |
commit | db9ba4ac9d2f5a216e70b124d8263da40f41ac0c (patch) | |
tree | fb500532ddefb28d1bef8882116552a0e0ae741b /usr.bin | |
parent | 00fe1dfea9c275a82b3f96f1e7cccc1c80cd1001 (diff) |
remove some unneccessary baggage: Nm does not require an argument,
and the Bk/Ek invocation here is no longer neccessary;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index ae636e4729d..810eacd5b95 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.84 2019/03/04 21:32:26 dlg Exp $ +.\" $OpenBSD: netstat.1,v 1.85 2019/04/17 20:17:00 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,51 +30,49 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: March 4 2019 $ +.Dd $Mdocdate: April 17 2019 $ .Dt NETSTAT 1 .Os .Sh NAME .Nm netstat .Nd show network status .Sh SYNOPSIS -.Nm netstat +.Nm .Op Fl AaBln .Op Fl f Ar address_family .Op Fl p Ar protocol .Op Fl M Ar core .Op Fl N Ar system -.Nm netstat -.Bk -words +.Nm .Op Fl bdeFgilmnqrstu .Op Fl f Ar address_family .Op Fl p Ar protocol .Op Fl M Ar core .Op Fl N Ar system .Op Fl T Ar rtable -.Ek -.Nm netstat +.Nm .Op Fl bdehn .Op Fl c Ar count .Op Fl I Ar interface .Op Fl M Ar core .Op Fl N Ar system .Op Fl w Ar wait -.Nm netstat +.Nm .Op Fl v .Op Fl M Ar core .Op Fl N Ar system .Fl P Ar pcbaddr -.Nm netstat +.Nm .Op Fl s .Op Fl M Ar core .Op Fl N Ar system .Op Fl p Ar protocol -.Nm netstat +.Nm .Op Fl a .Op Fl f Ar address_family .Op Fl p Ar protocol .Op Fl i | I Ar interface -.Nm netstat +.Nm .Op Fl W Ar interface .Sh DESCRIPTION The |