jpopelka / rpms / net-tools

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