~ubuntu-branches/ubuntu/precise/iproute/precise

« back to all changes in this revision

Viewing changes to debian/patches/manpages-typo

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2006-11-14 15:18:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114151853-nd3k7f6d10e18r7m
Tags: 20061002-2ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh -e
2
 
## 
3
 
## All lines beginning with `## DP:' are a description of the patch.
4
 
## DP: Fixes several typos see. #350674 #350673 #350672 #350671
5
 
 
6
 
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
7
 
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
8
 
 
9
 
if [ $# -ne 1 ]; then
10
 
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
11
 
    exit 1
12
 
fi
13
 
case "$1" in
14
 
       -patch) patch $patch_opts -p1 < $0;;
15
 
       -unpatch) patch $patch_opts -p1 -R < $0;;
16
 
        *)
17
 
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
18
 
                exit 1;;
19
 
esac
20
 
 
21
 
exit 0
22
 
@DPATCH@
23
 
diff -ruN iproute-20051007/man/man3/libnetlink.3 iproute-20051007.new/man/man3/libnetlink.3
24
 
--- iproute-20051007/man/man3/libnetlink.3      2005-01-18 00:27:37.000000000 +0100
25
 
+++ iproute-20051007.new/man/man3/libnetlink.3  2006-02-05 09:38:03.526252768 +0100
26
 
@@ -187,7 +187,7 @@
27
 
 This library should be named librtnetlink.
28
 
 
29
 
 .SH AUTHORS
30
 
-netlink/rtnetlink was designed and writen by Alexey Kuznetsov.
31
 
+netlink/rtnetlink was designed and written by Alexey Kuznetsov.
32
 
 Andi Kleen wrote the man page.
33
 
 
34
 
 .SH SEE ALSO
35
 
diff -ruN iproute-20051007/man/man8/ip.8 iproute-20051007.new/man/man8/ip.8
36
 
--- iproute-20051007/man/man8/ip.8      2006-02-05 09:35:08.822811728 +0100
37
 
+++ iproute-20051007.new/man/man8/ip.8  2006-02-05 09:38:44.000099808 +0100
38
 
@@ -740,7 +740,7 @@
39
 
 .BI nud " NUD_STATE"
40
 
 the state of the neighbour entry.
41
 
 .B nud
42
 
-is an abbreviation for 'Neigh bour Unreachability Detection'.
43
 
+is an abbreviation for 'Neighbour Unreachability Detection'.
44
 
 The state can take one of the following values:
45
 
 
46
 
 .in +8
47
 
diff -ruN iproute-20051007/man/man8/tc-cbq-details.8 iproute-20051007.new/man/man8/tc-cbq-details.8
48
 
--- iproute-20051007/man/man8/tc-cbq-details.8  2004-06-08 22:34:17.000000000 +0200
49
 
+++ iproute-20051007.new/man/man8/tc-cbq-details.8      2006-02-05 09:39:33.858520176 +0100
50
 
@@ -197,7 +197,7 @@
51
 
 The fallback algorithm resides outside of the loop and is as follows.
52
 
 .TP
53
 
 (i)
54
 
-Consult the defmap of the class at which the jump to fallback occured. If 
55
 
+Consult the defmap of the class at which the jump to fallback occurred. If 
56
 
 the defmap contains a class for the 
57
 
 .B
58
 
 priority
59
 
diff -ruN iproute-20051007/man/man8/tc-htb.8 iproute-20051007.new/man/man8/tc-htb.8
60
 
--- iproute-20051007/man/man8/tc-htb.8  2004-06-08 22:34:17.000000000 +0200
61
 
+++ iproute-20051007.new/man/man8/tc-htb.8      2006-02-05 09:40:13.068559344 +0100
62
 
@@ -137,7 +137,7 @@
63
 
 .SH NOTES
64
 
 Due to Unix timing constraints, the maximum ceil rate is not infinite and may in fact be quite low. On Intel, 
65
 
 there are 100 timer events per second, the maximum rate is that rate at which 'burst' bytes are sent each timer tick.
66
 
-From this, the mininum burst size for a specified rate can be calculated. For i386, a 10mbit rate requires a 12 kilobyte 
67
 
+From this, the minimum burst size for a specified rate can be calculated. For i386, a 10mbit rate requires a 12 kilobyte 
68
 
 burst as 100*12kb*8 equals 10mbit.
69
 
 
70
 
 .SH SEE ALSO