Blame SOURCES/net-tools-man.patch

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