Magellan Linux

Contents of /trunk/net-tools/patches/net-tools-1.60-man.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 987 byte(s)
-import

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