diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-18 19:12:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-07-18 19:12:53 +0000 |
commit | 5d673f2ccbb3dc42d6c055629dd6e79fc1366ef9 (patch) | |
tree | 929be5d1a5fd85d5d138068972377a174d45efb4 /usr.bin | |
parent | 82780dfbe2024087f56b3e04da28b0454ff1dcd6 (diff) |
the text describing the effect of -f on -I is apparently wrong - no such code
was ever added;
the text was added 21 years ago when ip6 support was added;
marfabastewart noticed it, and guenther tracked down the commit responsible;
this commit removes that text;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 9bed4ae8499..c9a8aa22b5d 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.88 2020/06/16 14:03:42 jmc Exp $ +.\" $OpenBSD: netstat.1,v 1.89 2020/07/18 19:12:52 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: June 16 2020 $ +.Dd $Mdocdate: July 18 2020 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -194,14 +194,6 @@ Show information about the specified used with a .Ar wait interval as described below. -.Pp -If the -.Fl f Ar address_family -option (with the -.Fl s -option) is present, show per-interface -statistics on the given interface for the specified -.Ar address_family . .It Fl i Show the state of interfaces which have been auto-configured (interfaces statically configured into a system but not |