14f06a4
diff -up net-tools-1.60/man/en_US/arp.8.man-obsolete net-tools-1.60/man/en_US/arp.8
5066cc8
--- net-tools-1.60/man/en_US/arp.8.man-obsolete	2010-12-16 12:40:19.000000000 +0100
5066cc8
+++ net-tools-1.60/man/en_US/arp.8	2010-12-16 12:43:31.000000000 +0100
14f06a4
@@ -1,6 +1,8 @@
14f06a4
 .TH ARP 8 "5 Jan 1999" "net-tools" "Linux Programmer's Manual"
14f06a4
+
14f06a4
 .SH NAME
14f06a4
 arp \- manipulate the system ARP cache
14f06a4
+
14f06a4
 .SH SYNOPSIS
14f06a4
 .B arp 
14f06a4
 .RB [ \-evn ] 
14f06a4
@@ -44,6 +46,10 @@ arp \- manipulate the system ARP cache
14f06a4
 .RB [ "-i if" ]
14f06a4
 .B -f [filename]
14f06a4
 
14f06a4
+.SH NOTE
14f06a4
+.P 
14f06a4
+This program is obsolete. For replacement check \fBip neighbor\fR.
14f06a4
+
14f06a4
 .SH DESCRIPTION
14f06a4
 .B Arp
14f06a4
 manipulates the kernel's ARP cache in various ways.  The primary options
14f06a4
@@ -51,6 +57,7 @@ are clearing an address mapping entry an
14f06a4
 debugging purposes, the
14f06a4
 .B arp
14f06a4
 program also allows a complete dump of the ARP cache.
14f06a4
+
14f06a4
 .SH OPTIONS
14f06a4
 .TP
14f06a4
 .B "\-v, \-\-verbose"
14f06a4
@@ -107,6 +114,7 @@ table. For
14f06a4
 entries the specified interface is the interface on which ARP requests will
14f06a4
 be answered. 
14f06a4
 .br
14f06a4
+
14f06a4
 .B NOTE:
14f06a4
 This has to be different from the interface to which the IP
14f06a4
 datagrams will be routed.
14f06a4
@@ -171,6 +179,7 @@ flag. Permanent entries are marked with
14f06a4
 and published entries have the
14f06a4
 .B P
14f06a4
 flag.
14f06a4
+
14f06a4
 .SH FILES
14f06a4
 .I /proc/net/arp,
14f06a4
 .br
14f06a4
@@ -179,8 +188,10 @@ flag.
14f06a4
 .I /etc/hosts
14f06a4
 .br
14f06a4
 .I /etc/ethers
14f06a4
+
14f06a4
 .SH SEE ALSO
14f06a4
-rarp(8), route(8), ifconfig(8), netstat(8)
5066cc8
+.BR ip(8)
14f06a4
+
14f06a4
 .SH AUTHORS
14f06a4
 Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> with a lot of improvements
14f06a4
 from net-tools Maintainer Bernd Eckenfels <net-tools@lina.inka.de>.
14f06a4
diff -up net-tools-1.60/man/en_US/ethers.5.man-obsolete net-tools-1.60/man/en_US/ethers.5
14f06a4
--- net-tools-1.60/man/en_US/ethers.5.man-obsolete	1999-01-09 16:55:31.000000000 +0100
5066cc8
+++ net-tools-1.60/man/en_US/ethers.5	2010-12-16 12:40:19.000000000 +0100
14f06a4
@@ -1,7 +1,9 @@
14f06a4
 .TH ETHERS 5 "April 26th, 1996" "" "File formats"
14f06a4
+
14f06a4
 .SH NAME \"{{{roff}}}\"{{{
14f06a4
 ethers \- Ethernet address to IP number database
14f06a4
 .\"}}}
14f06a4
+
14f06a4
 .SH DESCRIPTION \"{{{
14f06a4
 \fB/etc/ethers\fP contains 48 bit Ethernet addresses and their corresponding
14f06a4
 IP numbers, one line for each IP number:
14f06a4
@@ -20,12 +22,11 @@ which represents one byte of the address
14f06a4
 order (big-endian).  The \fIIP-number\fP may be a hostname which
14f06a4
 can be resolved by DNS or a dot separated number.
14f06a4
 .\"}}}
14f06a4
+
14f06a4
 .SH EXAMPLES \"{{{
14f06a4
 08:00:20:00:61:CA  pal
14f06a4
 .\"}}}
14f06a4
+
14f06a4
 .SH FILES \"{{{
14f06a4
 /etc/ethers
14f06a4
 .\"}}}
14f06a4
-.SH "SEE ALSO" \"{{{
14f06a4
-rarp(8)
14f06a4
-.\"}}}
14f06a4
diff -up net-tools-1.60/man/en_US/ifconfig.8.man-obsolete net-tools-1.60/man/en_US/ifconfig.8
5066cc8
--- net-tools-1.60/man/en_US/ifconfig.8.man-obsolete	2010-12-16 12:40:19.000000000 +0100
5066cc8
+++ net-tools-1.60/man/en_US/ifconfig.8	2010-12-16 12:41:23.000000000 +0100
14f06a4
@@ -1,10 +1,19 @@
14f06a4
 .TH IFCONFIG 8 "14 August 2000" "net-tools" "Linux Programmer's Manual"
14f06a4
+
14f06a4
 .SH NAME
14f06a4
 ifconfig \- configure a network interface
14f06a4
+
14f06a4
 .SH SYNOPSIS
14f06a4
 .B "ifconfig [interface]"
14f06a4
 .br
14f06a4
 .B "ifconfig interface [aftype] options | address ..."
14f06a4
+
14f06a4
+.SH NOTE
14f06a4
+.P 
14f06a4
+This program is obsolete!
14f06a4
+For replacement check \fBip addr\fR and \fBip link\fR.
14f06a4
+For statistics use \fBip -s link\fR.
14f06a4
+
14f06a4
 .SH DESCRIPTION
14f06a4
 .B Ifconfig
14f06a4
 is used to configure the kernel-resident network interfaces.  It is
14f06a4
@@ -44,6 +53,7 @@ octal, or hexadecimal, as specified in t
14f06a4
 or 0X implies hexadecimal; otherwise, a leading '0' implies octal; otherwise,
5066cc8
 the number is interpreted as decimal). Use of hexadecimal and octal numbers
14f06a4
 is not RFC-compliant and therefore its use is discouraged and may go away.
14f06a4
+
14f06a4
 .SH OPTIONS
14f06a4
 .TP
14f06a4
 .B interface
5066cc8
@@ -172,29 +182,41 @@ Set the length of the transmit queue of 
14f06a4
 to small values for slower devices with a high latency (modem links, ISDN)
14f06a4
 to prevent fast bulk transfers from disturbing interactive traffic like
14f06a4
 telnet too much. 
14f06a4
+
14f06a4
 .SH NOTES
14f06a4
 Since kernel release 2.2 there are no explicit interface statistics for
14f06a4
 alias interfaces anymore. The statistics printed for the original address
5066cc8
 are shared with all alias addresses on the same device. If you want per-address
5066cc8
 statistics you should add explicit accounting
5066cc8
 rules for the address using the 
5066cc8
-.BR ipchains(8)
5066cc8
+.BR iptables(8)
5066cc8
 command.
5066cc8
 .LP
14f06a4
 Interrupt problems with Ethernet device drivers fail with EAGAIN. See
14f06a4
 .I http://www.scyld.com/expert/irq-conflict.html
14f06a4
 for more information.
14f06a4
+
14f06a4
 .SH FILES
14f06a4
 .I /proc/net/socket 
14f06a4
 .br
14f06a4
 .I /proc/net/dev
14f06a4
 .br
14f06a4
 .I /proc/net/if_inet6
14f06a4
+
14f06a4
 .SH BUGS
14f06a4
+Ifconfig uses obsolete kernel interface.
14f06a4
+It uses the ioctl access method to get the full address information,
14f06a4
+which limits hardware addresses to 8 bytes.
14f06a4
+Since an Infiniband address is 20 bytes,
14f06a4
+only the first 8 bytes of Infiniband address are displayed.
14f06a4
+.LP
14f06a4
 While appletalk DDP and IPX addresses will be displayed they cannot be
14f06a4
 altered by this command.
14f06a4
+
14f06a4
 .SH SEE ALSO
14f06a4
-route(8), netstat(8), arp(8), rarp(8), ipchains(8)
5066cc8
+.BR ip(8),
5066cc8
+.BR iptables(8)
14f06a4
+
14f06a4
 .SH AUTHORS
14f06a4
 Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
14f06a4
 .br
724487e
--- net-tools-1.60/man/en_US/mii-tool.8.obsolete	2000-05-21 16:21:38.000000000 +0200
724487e
+++ net-tools-1.60/man/en_US/mii-tool.8	2004-11-11 10:45:51.155113000 +0100
724487e
@@ -18,6 +18,12 @@
724487e
 [\fB\-F\fR, \fB\-\-force=\fImedia\fR]
724487e
 .RI [ "interface\ ..." ]
724487e
 
724487e
+.SH NOTE
724487e
+.P 
724487e
+This program is obsolete. Valid media are only \fB100baseT4\fR, 
724487e
+\fB100baseTx-FD\fR,\fB100baseTx-HD\fR, \fB10baseT-FD\fR and 
724487e
+\fB10baseT-HD\fR ethernet cards. For replacement check \fBethtool\fB.
724487e
+
724487e
 .SH DESCRIPTION
724487e
 This utility checks or sets the status of a network interface's Media
724487e
 Independent Interface (MII) unit.  Most fast ethernet adapters use an
724487e
@@ -72,6 +78,9 @@
724487e
 commas.  Valid media are \fB100baseT4\fR, \fB100baseTx-FD\fR,
724487e
 \fB100baseTx-HD\fR, \fB10baseT-FD\fR, and \fB10baseT-HD\fR.
724487e
 
724487e
+.SH SEE ALSO
724487e
+ethtool(8)
724487e
+
724487e
 .SH AUTHORS
724487e
 David Hinds \- dhinds@pcmcia.sourceforge.org
724487e
 .br
14f06a4
diff -up net-tools-1.60/man/en_US/nameif.8.man-obsolete net-tools-1.60/man/en_US/nameif.8
14f06a4
--- net-tools-1.60/man/en_US/nameif.8.man-obsolete	2000-10-18 19:26:29.000000000 +0200
5066cc8
+++ net-tools-1.60/man/en_US/nameif.8	2010-12-16 12:43:10.000000000 +0100
14f06a4
@@ -1,10 +1,18 @@
14f06a4
 .TH NAMEIF 8 "18 Oct 2000" "net-tools" "Linux's Administrator's Manual"
14f06a4
+
14f06a4
 .SH NAME
14f06a4
 nameif \- name network interfaces based on MAC addresses
14f06a4
+
14f06a4
 .SH SYNOPSIS
14f06a4
 .B "nameif [-c configfile] [-s]"
14f06a4
 .br
14f06a4
 .B "nameif [-c configfile] [-s] {interface macaddress}"
14f06a4
+
14f06a4
+.SH NOTE
14f06a4
+.P 
14f06a4
+This program is obsolete. For replacement check \fBip link\fR.
14f06a4
+This functionality is also much better provided by udev methods.
14f06a4
+
14f06a4
 .SH DESCRIPTION
14f06a4
 .B nameif 
14f06a4
 renames network interfaces based on mac addresses. When no arguments are
5066cc8
@@ -31,5 +39,10 @@ should be run before the interface is up
14f06a4
 
14f06a4
 .SH FILES
14f06a4
 /etc/mactab
14f06a4
+
14f06a4
+.SH SEE ALSO
5066cc8
+.BR ip(8),
5066cc8
+.BR udev(7)
14f06a4
+
14f06a4
 .SH BUGS
14f06a4
 Only works for Ethernet currently.
14f06a4
diff -up net-tools-1.60/man/en_US/netstat.8.man-obsolete net-tools-1.60/man/en_US/netstat.8
5066cc8
--- net-tools-1.60/man/en_US/netstat.8.man-obsolete	2010-12-16 12:40:19.000000000 +0100
5066cc8
+++ net-tools-1.60/man/en_US/netstat.8	2010-12-16 12:42:07.000000000 +0100
14f06a4
@@ -92,6 +92,14 @@ netstat \- Print network connections, ro
14f06a4
 .RB [ \-\-netrom ]
14f06a4
 .RB [ \-\-ddp ]
14f06a4
 
14f06a4
+.SH NOTE
14f06a4
+.P 
14f06a4
+This program is obsolete.
14f06a4
+Replacement for \fBnetstat\fR is \fBss\fR.
14f06a4
+Replacement for \fBnetstat -r\fR is \fBip route\fR.
14f06a4
+Replacement for \fBnetstat -i\fR is \fBip -s link\fR.
14f06a4
+Replacement for \fBnetstat -g\fR is \fBip maddr\fR.
14f06a4
+
14f06a4
 .SH DESCRIPTION
14f06a4
 .B Netstat
14f06a4
 prints information about the Linux networking subsystem.  The type of
5066cc8
@@ -439,13 +447,13 @@ status information via the following fil
14f06a4
 -- statistics
14f06a4
 .fi
14f06a4
 .P
14f06a4
+
14f06a4
 .SH SEE ALSO
14f06a4
-.BR route (8), 
14f06a4
-.BR ifconfig (8), 
14f06a4
-.BR ipchains (8),
14f06a4
-.BR iptables (8),
14f06a4
-.BR proc (5)
5066cc8
+.BR ss(8),
5066cc8
+.BR ip(8),
5066cc8
+.BR iptables(8)
14f06a4
 .P
14f06a4
+
14f06a4
 .SH BUGS
14f06a4
 Occasionally strange information may appear if a socket changes
14f06a4
 as it is viewed. This is unlikely to occur.
14f06a4
diff -up net-tools-1.60/man/en_US/route.8.man-obsolete net-tools-1.60/man/en_US/route.8
14f06a4
--- net-tools-1.60/man/en_US/route.8.man-obsolete	2000-05-21 20:59:03.000000000 +0200
5066cc8
+++ net-tools-1.60/man/en_US/route.8	2010-12-16 12:44:10.000000000 +0100
14f06a4
@@ -1,6 +1,8 @@
14f06a4
 .TH ROUTE 8 "2 January 2000" "net-tools" "Linux Programmer's Manual"
14f06a4
+
14f06a4
 .SH NAME
14f06a4
 route \- show / manipulate the IP routing table
14f06a4
+
14f06a4
 .SH SYNOPSIS
14f06a4
 .B route
14f06a4
 .RB [ \-CFvnee ]
14f06a4
@@ -52,6 +54,11 @@ If]
14f06a4
 .RB [ \-\-version ]
14f06a4
 .RB [ \-h ]
14f06a4
 .RB [ \--help ]
14f06a4
+
14f06a4
+.SH NOTE
14f06a4
+.P 
14f06a4
+This program is obsolete. For replacement check \fBip route\fR.
14f06a4
+
14f06a4
 .SH DESCRIPTION
14f06a4
 .B Route
14f06a4
 manipulates the kernel's IP routing tables.  Its primary use is to set
14f06a4
@@ -306,6 +313,7 @@ address is not needed for the interface 
14f06a4
 .B Arp (cached only)
14f06a4
 Whether or not the hardware address for the cached route is up to date.
14f06a4
 .LP
14f06a4
+
14f06a4
 .SH FILES
14f06a4
 .I /proc/net/ipv6_route
14f06a4
 .br
14f06a4
@@ -313,9 +321,11 @@ Whether or not the hardware address for 
14f06a4
 .br
14f06a4
 .I /proc/net/rt_cache
14f06a4
 .LP
14f06a4
+
14f06a4
 .SH SEE ALSO
14f06a4
-.I ifconfig(8), netstat(8), arp(8), rarp(8)
5066cc8
+.BR ip(8)
14f06a4
 .LP
14f06a4
+
14f06a4
 .SH HISTORY
14f06a4
 .B Route
14f06a4
 for Linux was originally written by Fred N.  van Kempen,