8bf7d19
diff -up iproute2-2.6.29/man/man8/cbq.8.man iproute2-2.6.29/man/man8/cbq.8
8bf7d19
--- iproute2-2.6.29/man/man8/cbq.8.man	2009-09-24 14:05:44.868922557 +0200
8bf7d19
+++ iproute2-2.6.29/man/man8/cbq.8	2009-09-24 14:05:24.760143753 +0200
8bf7d19
@@ -0,0 +1 @@
99efa3d
+.so man8/tc-cbq.8
8bf7d19
\ No newline at end of file
8bf7d19
diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8
8bf7d19
--- /dev/null	2009-09-22 09:26:40.270218984 +0200
8bf7d19
+++ iproute2-2.6.29/man/man8/ifcfg.8	2009-09-24 14:03:05.415151874 +0200
8bf7d19
@@ -0,0 +1,57 @@
8bf7d19
+.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
8bf7d19
+.SH NAME
8bf7d19
+ifcfg \- simplistic script which replaces ifconfig IP managment
8bf7d19
+.SH SYNOPSIS
8bf7d19
+.ad l
8bf7d19
+.in +8
8bf7d19
+.ti -8
8bf7d19
+.B ifcfg
8bf7d19
+.RI "[ " DEVICE " [ " :ALIAS: " ] ] [ " command " ] " ADDRESS " [ " LENGTH " ] [ " PEER " ] "
8bf7d19
+.sp
8bf7d19
+
8bf7d19
+.SH DESCRIPTION
8bf7d19
+This manual page documents briefly the
8bf7d19
+.B ifcfg
8bf7d19
+command.
8bf7d19
+.PP
8bf7d19
+This is a simplistic script replacing one option of 
8bf7d19
+.B ifconfig
8bf7d19
+, namely, IP address management. It not only adds
8bf7d19
+addresses, but also carries out Duplicate Address Detection RFC-DHCP,
8bf7d19
+sends unsolicited ARP to update the caches of other hosts sharing
8bf7d19
+the interface, adds some control routes and restarts Router Discovery
8bf7d19
+when it is necessary.
8bf7d19
+
8bf7d19
+I strongly recommend using it 
8bf7d19
+.RI instead
8bf7d19
+of
8bf7d19
+.RI ifconfig
8bf7d19
+both on hosts and on routers.
8bf7d19
+
8bf7d19
+.SH IFCONFIG - COMMAND SYNTAX
8bf7d19
+
8bf7d19
+.SS
8bf7d19
+.TP
8bf7d19
+.B DEVICE
8bf7d19
+- it may have alias, suffix, separated by colon.
8bf7d19
+
8bf7d19
+.TP
8bf7d19
+.B command
8bf7d19
+- add, delete or stop.
8bf7d19
+
8bf7d19
+.TP
8bf7d19
+.B address
8bf7d19
+- optionally followed by prefix length.
8bf7d19
+
8bf7d19
+.TP
8bf7d19
+.B peer
8bf7d19
+- optional peer address for pointpoint interfaces.
8bf7d19
+
8bf7d19
+.SH EXAMPLE
8bf7d19
+.nf ifcfg eth0 193.233.7.90/24
8bf7d19
+.fi
8bf7d19
+This function determines, whether this is router or host.
8bf7d19
+It returns 0, if the host is apparently not router.
8bf7d19
+
8bf7d19
+.SH SEE ALSO
8bf7d19
+.BR ip-cref.dvi
8bf7d19
diff -up /dev/null iproute2-2.6.29/man/man8/nstat.8
8bf7d19
--- /dev/null	2009-09-22 09:26:40.270218984 +0200
8bf7d19
+++ iproute2-2.6.29/man/man8/nstat.8	2009-09-24 14:03:05.416161849 +0200
8bf7d19
@@ -0,0 +1 @@
8bf7d19
+.so man8/rtacct.8
8bf7d19
\ No newline at end of file
90554a3
diff -up iproute2-2.6.29/iproute2-2.6.29/man/man8/ip.8.mm iproute2-2.6.29/iproute2-2.6.29/man/man8/ip.8
90554a3
--- iproute2-2.6.29/man/man8/ip.8.mm	2008-07-25 22:46:07.000000000 +0200
90554a3
+++ iproute2-2.6.29/man/man8/ip.8	2008-08-12 14:24:01.000000000 +0200
90554a3
@@ -190,6 +190,8 @@ replace " | " monitor " } "
90554a3
 .IR NUMBER " ] [ "
90554a3
 .B  cwnd
90554a3
 .IR NUMBER " ] [ "
90554a3
+.B  initcwnd
90554a3
+.IR NUMBER " ] [ "
90554a3
 .B  ssthresh
90554a3
 .IR REALM " ] [ "
90554a3
 .B  realms
90554a3
@@ -1480,6 +1482,11 @@ the clamp for congestion window.  It is 
90554a3
 flag is not used.
90554a3
 
90554a3
 .TP
90554a3
+.BI initcwnd " NUMBER "
90554a3
+the maximum initial congestion window (cwnd) size in MSS of a
90554a3
+TCP connection.
90554a3
+
90554a3
+.TP
90554a3
 .BI advmss " NUMBER " "(2.3.15+ only)"
90554a3
 the MSS ('Maximal Segment Size') to advertise to these
90554a3
 destinations when establishing TCP connections.  If it is not given,
688c654
--- iproute2-2.6.33/man/man8/ss.8	2010-02-25 04:56:50.000000000 +0100
688c654
+++ iproute2-2.6.33/man/man8/ss.8.new	2010-10-11 14:19:45.126449765 +0200
688c654
@@ -114,7 +114,7 @@
688c654
 List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
688c654
 .SH SEE ALSO
688c654
 .BR ip (8),
688c654
-.BR /usr/share/doc/iproute-doc/ss.html " (package iproute­doc)"
223f386
+.BR /usr/share/doc/iproute-doc-_VERSION_/ss.ps " (package iproute-doc)"
688c654
 .SH AUTHOR
688c654
 .I ss 
688c654
 was written by Alexey Kuznetosv, <kuznet@ms2.inr.ac.ru>.