Blame SOURCES/net-tools-man.patch

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