]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - iproute2/patches/man-pages.patch
Merge remote-tracking branch 'arne_f/autoconf'
[people/arne_f/ipfire-3.x.git] / iproute2 / patches / man-pages.patch
1 diff -up iproute2-2.6.29/man/man8/cbq.8.man iproute2-2.6.29/man/man8/cbq.8
2 --- iproute2-2.6.29/man/man8/cbq.8.man 2009-09-24 14:05:44.868922557 +0200
3 +++ iproute2-2.6.29/man/man8/cbq.8 2009-09-24 14:05:24.760143753 +0200
4 @@ -0,0 +1 @@
5 +.so man8/tc-cbq.8
6 \ No newline at end of file
7 diff -up /dev/null iproute2-2.6.29/man/man8/ifcfg.8
8 --- /dev/null 2009-09-22 09:26:40.270218984 +0200
9 +++ iproute2-2.6.29/man/man8/ifcfg.8 2009-09-24 14:03:05.415151874 +0200
10 @@ -0,0 +1,57 @@
11 +.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
12 +.SH NAME
13 +ifcfg \- simplistic script which replaces ifconfig IP managment
14 +.SH SYNOPSIS
15 +.ad l
16 +.in +8
17 +.ti -8
18 +.B ifcfg
19 +.RI "[ " DEVICE " [ " :ALIAS: " ] ] [ " command " ] " ADDRESS " [ " LENGTH " ] [ " PEER " ] "
20 +.sp
21 +
22 +.SH DESCRIPTION
23 +This manual page documents briefly the
24 +.B ifcfg
25 +command.
26 +.PP
27 +This is a simplistic script replacing one option of
28 +.B ifconfig
29 +, namely, IP address management. It not only adds
30 +addresses, but also carries out Duplicate Address Detection RFC-DHCP,
31 +sends unsolicited ARP to update the caches of other hosts sharing
32 +the interface, adds some control routes and restarts Router Discovery
33 +when it is necessary.
34 +
35 +I strongly recommend using it
36 +.RI instead
37 +of
38 +.RI ifconfig
39 +both on hosts and on routers.
40 +
41 +.SH IFCONFIG - COMMAND SYNTAX
42 +
43 +.SS
44 +.TP
45 +.B DEVICE
46 +- it may have alias, suffix, separated by colon.
47 +
48 +.TP
49 +.B command
50 +- add, delete or stop.
51 +
52 +.TP
53 +.B address
54 +- optionally followed by prefix length.
55 +
56 +.TP
57 +.B peer
58 +- optional peer address for pointpoint interfaces.
59 +
60 +.SH EXAMPLE
61 +.nf ifcfg eth0 193.233.7.90/24
62 +.fi
63 +This function determines, whether this is router or host.
64 +It returns 0, if the host is apparently not router.
65 +
66 +.SH SEE ALSO
67 +.BR ip-cref.dvi
68 diff -up /dev/null iproute2-2.6.29/man/man8/nstat.8
69 --- /dev/null 2009-09-22 09:26:40.270218984 +0200
70 +++ iproute2-2.6.29/man/man8/nstat.8 2009-09-24 14:03:05.416161849 +0200
71 @@ -0,0 +1 @@
72 +.so man8/rtacct.8
73 \ No newline at end of file
74 --- iproute2-2.6.35/man/man8/ss.8 2010-08-04 19:45:59.000000000 +0200
75 +++ iproute2-2.6.35/man/man8/ss.8.new 2010-10-11 14:47:06.084216018 +0200
76 @@ -114,7 +114,7 @@
77 List all the tcp sockets in state FIN-WAIT-1 for our apache to network 193.233.7/24 and look at their timers.
78 .SH SEE ALSO
79 .BR ip (8),
80 -.BR /usr/share/doc/iproute-doc/ss.html " (package iprouteĀ­doc)"
81 +.BR /usr/share/doc/iproute-doc-_VERSION_/ss.ps " (package iproute-doc)"
82 .SH AUTHOR
83 .I ss
84 was written by Alexey Kuznetosv, <kuznet@ms2.inr.ac.ru>.