fixed ifconfig's man page (#454271, #432328)

This commit is contained in:
Zdenek Prikryl 2008-09-29 08:48:36 +00:00
parent 9634070fca
commit d2b12288c3
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,21 @@
diff -up net-tools-1.60/man/en_US/ifconfig.8.metric-tunnel-man net-tools-1.60/man/en_US/ifconfig.8
--- net-tools-1.60/man/en_US/ifconfig.8.metric-tunnel-man 2008-09-18 09:20:49.000000000 +0200
+++ net-tools-1.60/man/en_US/ifconfig.8 2008-09-18 09:26:41.000000000 +0200
@@ -70,7 +70,7 @@ mode. If selected, all multicast packet
received by the interface.
.TP
.B "metric N"
-This parameter sets the interface metric.
+This parameter sets the interface metric. It is not available under GNU/Linux.
.TP
.B "mtu N"
This parameter sets the Maximum Transfer Unit (MTU) of an interface.
@@ -92,7 +92,7 @@ Add an IPv6 address to an interface.
.B "del addr/prefixlen"
Remove an IPv6 address from an interface.
.TP
-.B "tunnel aa.bb.cc.dd"
+.B "tunnel ::aa.bb.cc.dd"
Create a new SIT (IPv6-in-IPv4) device, tunnelling to the given destination.
.TP
.B "irq addr"

View File

@ -3,7 +3,7 @@
Summary: Basic networking tools Summary: Basic networking tools
Name: net-tools Name: net-tools
Version: 1.60 Version: 1.60
Release: 89%{?dist} Release: 90%{?dist}
License: GPL+ License: GPL+
Group: System Environment/Base Group: System Environment/Base
URL: http://www.tazenda.demon.co.uk/phil/net-tools/ URL: http://www.tazenda.demon.co.uk/phil/net-tools/
@ -80,6 +80,7 @@ Patch66: net-tools-1.60-sctp-addrs.patch
Patch67: net-tools-1.60-i-option.patch Patch67: net-tools-1.60-i-option.patch
Patch68: net-tools-1.60-a-option.patch Patch68: net-tools-1.60-a-option.patch
Patch69: net-tools-1.60-clear-flag.patch Patch69: net-tools-1.60-clear-flag.patch
Patch70: net-tools-1.60-metric-tunnel-man.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/chkconfig Requires(post): /sbin/chkconfig
@ -160,6 +161,7 @@ ifconfig, netstat, route, and others.
%patch67 -p1 -b .i-option %patch67 -p1 -b .i-option
%patch68 -p1 -b .a-option %patch68 -p1 -b .a-option
%patch69 -p1 -b .clear-flag %patch69 -p1 -b .clear-flag
%patch70 -p1 -b .metric-tunnel-man
cp %SOURCE2 ./config.h cp %SOURCE2 ./config.h
cp %SOURCE3 ./config.make cp %SOURCE3 ./config.make
@ -275,6 +277,9 @@ exit 0
%{_sysconfdir}/rc.d/init.d/netplugd %{_sysconfdir}/rc.d/init.d/netplugd
%changelog %changelog
* Thu Sep 25 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-90
- fixed ifconfig's man page (#454271, #432328)
* Tue Jul 15 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-89 * Tue Jul 15 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-89
- fixed man pages for arp (#446195) - fixed man pages for arp (#446195)
- fixed netstat --interfaces option (#446187) - fixed netstat --interfaces option (#446187)