Blame SOURCES/net-tools-man.patch

612949
diff -up net-tools-2.0/man/en_US/arp.8.man net-tools-2.0/man/en_US/arp.8
612949
--- net-tools-2.0/man/en_US/arp.8.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/arp.8	2013-04-25 10:52:01.704114832 +0200
612949
@@ -63,6 +63,10 @@ arp \- manipulate the system ARP cache
612949
 .B \-f
612949
 .RI [ filename ]
612949
 
612949
+.SH NOTE
612949
+.P
612949
+This program is obsolete. For replacement check \fBip neigh\fR.
612949
+
612949
 .SH DESCRIPTION
612949
 .B Arp
612949
 manipulates or displays the kernel's IPv4 network neighbour cache. It can add
612949
@@ -219,6 +223,6 @@ published proxy ARP entries and permanen
612949
 .br
612949
 .I /etc/ethers
612949
 .SH SEE ALSO
612949
-rarp(8), route(8), ifconfig(8), netstat(8)
612949
+.BR ip(8)
612949
 .SH AUTHORS
612949
 Fred N. van Kempen <waltje@uwalt.nl.mugnet.org>, Bernd Eckenfels <net\-tools@lina.inka.de>.
612949
diff -up net-tools-2.0/man/en_US/ethers.5.man net-tools-2.0/man/en_US/ethers.5
612949
--- net-tools-2.0/man/en_US/ethers.5.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/ethers.5	2013-04-25 10:52:01.704114832 +0200
612949
@@ -26,6 +26,3 @@ can be resolved by DNS or a dot separate
612949
 .SH FILES \"{{{
612949
 /etc/ethers
612949
 .\"}}}
612949
-.SH "SEE ALSO" \"{{{
612949
-rarp(8)
612949
-.\"}}}
612949
diff -up net-tools-2.0/man/en_US/ifconfig.8.man net-tools-2.0/man/en_US/ifconfig.8
612949
--- net-tools-2.0/man/en_US/ifconfig.8.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/ifconfig.8	2013-04-25 10:52:01.704114832 +0200
612949
@@ -5,6 +5,13 @@ ifconfig \- configure a network interfac
612949
 .B "ifconfig [-v] [-a] [-s] [interface]"
612949
 .br
612949
 .B "ifconfig [-v] interface [aftype] options | address ..."
612949
+
612949
+.SH NOTE
612949
+.P 
612949
+This program is obsolete!
612949
+For replacement check \fBip addr\fR and \fBip link\fR.
612949
+For statistics use \fBip -s link\fR.
612949
+
612949
 .SH DESCRIPTION
612949
 .B Ifconfig
612949
 is used to configure the kernel-resident network interfaces.  It is
612949
@@ -222,7 +229,8 @@ package to display link layer informatio
612949
 While appletalk DDP and IPX addresses will be displayed they cannot be
612949
 altered by this command.
612949
 .SH SEE ALSO
612949
-route(8), netstat(8), arp(8), rarp(8), iptables(8), ifup(8), interfaces(5).
612949
+.BR ip(8),
612949
+.BR iptables(8)
612949
 .br
612949
 http://physics.nist.gov/cuu/Units/binary.html - Prefixes for binary multiples
612949
 .SH AUTHORS
612949
diff -up net-tools-2.0/man/en_US/mii-tool.8.man net-tools-2.0/man/en_US/mii-tool.8
612949
--- net-tools-2.0/man/en_US/mii-tool.8.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/mii-tool.8	2013-04-25 10:52:52.198414912 +0200
612949
@@ -18,6 +18,10 @@ mii\-tool \- view, manipulate media-inde
612949
 [\fB\-p\fR, \fB\-\-phy=\fIaddr\fR]
612949
 .RI "interface\ ..."
612949
 
612949
+.SH NOTE
612949
+.P 
612949
+This program is obsolete. For replacement check \fBethtool\fB.
612949
+
612949
 .SH DESCRIPTION
612949
 This utility checks or sets the status of a network interface's Media
612949
 Independent Interface (MII) unit.  Most fast ethernet adapters use an
612949
@@ -93,6 +97,9 @@ SIOCGMIIPHY on 'eth?' failed: Operation
612949
 The interface in question does not support MII queries. Most likely, it does not have 
612949
 MII transceivers, at all.
612949
 
612949
+.SH SEE ALSO
612949
+ethtool(8)
612949
+
612949
 .SH AUTHORS
612949
 David Hinds \- dhinds@pcmcia.sourceforge.org
612949
 .br
612949
diff -up net-tools-2.0/man/en_US/nameif.8.man net-tools-2.0/man/en_US/nameif.8
612949
--- net-tools-2.0/man/en_US/nameif.8.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/nameif.8	2013-04-25 10:52:01.705114818 +0200
612949
@@ -5,6 +5,12 @@ nameif \- name network interfaces based
612949
 .B "nameif [\-c configfile] [\-s]"
612949
 .br
612949
 .B "nameif [\-c configfile] [\-s] {interface macaddress}"
612949
+
612949
+.SH NOTE
612949
+.P 
612949
+This program is obsolete. For replacement check \fBip link\fR.
612949
+This functionality is also much better provided by udev methods.
612949
+
612949
 .SH DESCRIPTION
612949
 .B nameif 
612949
 renames network interfaces based on mac addresses. When no arguments are
612949
@@ -31,5 +37,10 @@ should be run before the interface is up
612949
 
612949
 .SH FILES
612949
 /etc/mactab
612949
+
612949
+.SH SEE ALSO
612949
+.BR ip(8),
612949
+.BR udev(7)
612949
+
612949
 .SH BUGS
612949
 Only works for Ethernet currently.
612949
diff -up net-tools-2.0/man/en_US/netstat.8.man net-tools-2.0/man/en_US/netstat.8
612949
--- net-tools-2.0/man/en_US/netstat.8.man	2013-04-25 10:52:01.693114984 +0200
612949
+++ net-tools-2.0/man/en_US/netstat.8	2013-04-25 10:52:01.705114818 +0200
612949
@@ -196,7 +196,8 @@ Show the PID and name of the program to
612949
 .SS "\-l, \-\-listening"
612949
 Show only listening sockets.  (These are omitted by default.)
612949
 .SS "\-a, \-\-all"
612949
-Show both listening and non-listening sockets.  With the
612949
+Show both listening and non-listening (for TCP this means established
612949
+connections) sockets.  With the
612949
 .B \-\-interfaces
612949
 option, show interfaces that are not up
612949
 .SS "\-F"
612949
diff -up net-tools-2.0/man/en_US/route.8.man net-tools-2.0/man/en_US/route.8
612949
--- net-tools-2.0/man/en_US/route.8.man	2013-02-19 10:28:11.000000000 +0100
612949
+++ net-tools-2.0/man/en_US/route.8	2013-04-25 10:52:01.706114804 +0200
612949
@@ -52,6 +52,11 @@ If]
612949
 .RB [ \-\-version ]
612949
 .RB [ \-h ]
612949
 .RB [ \-\-help ]
612949
+
612949
+.SH NOTE
612949
+.P 
612949
+This program is obsolete. For replacement check \fBip route\fR.
612949
+
612949
 .SH DESCRIPTION
612949
 .B Route
612949
 manipulates the kernel's IP routing tables.  Its primary use is to set
612949
@@ -314,7 +319,7 @@ Whether or not the hardware address for
612949
 .I /proc/net/rt_cache
612949
 .LP
612949
 .SH SEE ALSO
612949
-.I ifconfig(8), netstat(8), arp(8), rarp(8)
612949
+.BR ip(8)
612949
 .LP
612949
 .SH HISTORY
612949
 .B Route