blob: 61e53416a9f02434515baeaf8f5c14d6d96195d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
splite writes:
The netstat(8) man page in sys-apps/net-tools states that the "-i" and
"--interfaces" flags to netstat take an optional argument denoting a
particular interface when it in fact does not.
http://bugs.gentoo.org/show_bug.cgi?id=29677
--- man/en_US/netstat.8.orig 2003-09-26 10:08:19.000000000 -0500
+++ man/en_US/netstat.8 2003-09-26 10:25:39.000000000 -0500
@@ -44,7 +44,6 @@
.P
.B netstat
.RB { \-\-interfaces | \-i }
-.RI [ iface ]
.RB [ \-\-all | \-a ]
.RB [ \-\-extend | \-e [ \-\-extend | \-e] ]
.RB [ \-\-verbose | \-v ]
@@ -107,9 +106,8 @@
Display the kernel routing tables.
.SS "\-\-groups , \-g"
Display multicast group membership information for IPv4 and IPv6.
-.SS "\-\-interface=\fIiface \fR, \fB\-i"
-Display a table of all network interfaces, or the specified
-.IR iface ) .
+.SS "\-\-interface , \-i"
+Display a table of all network interfaces.
.SS "\-\-masquerade , \-M"
Display a list of masqueraded connections.
.SS "\-\-statistics , \-s"
|