diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-18 21:44:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-18 21:44:18 +0000 |
commit | ae6dbcfcc2a4e4f3c6497a83d8e4e8bce7d653be (patch) | |
tree | 1f3085da6b47e93650c8dd6452b77e5495a146cb /usr.bin/netstat | |
parent | fe3a2fe6c284a94905db7567f63ce13480a28106 (diff) |
oops - the description of -i had a similarly incorrect text as -I concerning
use of -f; remove that too;
pointed out by guenther
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c9a8aa22b5d..c231f050ca8 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.89 2020/07/18 19:12:52 jmc Exp $ +.\" $OpenBSD: netstat.1,v 1.90 2020/07/18 21:44:17 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -198,14 +198,6 @@ interval as described below. Show the state of interfaces which have been auto-configured (interfaces statically configured into a system but not located at boot-time are not shown). -.Pp -If the -.Fl f Ar address_family -option (with the -.Fl s -option) is present, show per-interface statistics on all interfaces -for the specified -.Ar address_family . .It Fl l With the default display, show only listening sockets. |