Blame SOURCES/net-tools-man.patch

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