0104-lintian_hyphens.patch 5.26 KB
Newer Older
1
2
3
From: Laurence J. Lane <ljlane@debian.org>
Description: man page hyphen cleanup

4
5
6
7
8
Index: pkg-iptables/extensions/libip6t_DNPT.man
===================================================================
--- pkg-iptables.orig/extensions/libip6t_DNPT.man
+++ pkg-iptables/extensions/libip6t_DNPT.man
@@ -23,7 +23,7 @@ ip6tables \-t mangle \-I PREROUTING \-i
9
10
11
12
13
14
15
16
 .PP
 You may need to enable IPv6 neighbor proxy:
 .IP
-sysctl -w net.ipv6.conf.all.proxy_ndp=1
+sysctl \-w net.ipv6.conf.all.proxy_ndp=1
 .PP
 You also have to use the
 .B NOTRACK
17
18
19
20
21
Index: pkg-iptables/extensions/libip6t_SNPT.man
===================================================================
--- pkg-iptables.orig/extensions/libip6t_SNPT.man
+++ pkg-iptables/extensions/libip6t_SNPT.man
@@ -23,7 +23,7 @@ ip6tables \-t mangle \-I PREROUTING \-i
22
23
24
25
26
27
28
29
 .PP
 You may need to enable IPv6 neighbor proxy:
 .IP
-sysctl -w net.ipv6.conf.all.proxy_ndp=1
+sysctl \-w net.ipv6.conf.all.proxy_ndp=1
 .PP
 You also have to use the
 .B NOTRACK
30
31
32
33
34
Index: pkg-iptables/extensions/libxt_HMARK.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_HMARK.man
+++ pkg-iptables/extensions/libxt_HMARK.man
@@ -56,5 +56,5 @@ iptables \-t mangle \-A PREROUTING \-m c
35
36
37
38
39
40
  \-j HMARK \-\-hmark-tuple ct,src,dst,proto \-\-hmark-offset 10000
 \-\-hmark\-mod 10 \-\-hmark\-rnd 0xfeedcafe
 .PP
-iptables \-t mangle \-A PREROUTING -j HMARK \-\-hmark\-offset 10000
+iptables \-t mangle \-A PREROUTING \-j HMARK \-\-hmark\-offset 10000
 \-\-hmark-tuple src,dst,proto \-\-hmark-mod 10 \-\-hmark\-rnd 0xdeafbeef
41
42
43
44
45
Index: pkg-iptables/extensions/libxt_SET.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_SET.man
+++ pkg-iptables/extensions/libxt_SET.man
@@ -42,5 +42,5 @@ and
46
47
 \fB\-\-map\-queue\fP
 flags can be used in the OUTPUT, FORWARD and POSTROUTING chains.
48
49
50
51
 .PP
-Use of -j SET requires that ipset kernel support is provided, which, for
+Use of \-j SET requires that ipset kernel support is provided, which, for
 standard kernels, is the case since Linux 2.6.39.
52
53
54
55
56
Index: pkg-iptables/extensions/libxt_TOS.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_TOS.man
+++ pkg-iptables/extensions/libxt_TOS.man
@@ -32,5 +32,5 @@ longterm releases 2.6.32 (>=.42), 2.6.33
57
58
59
60
61
62
 a bug whereby IPv6 TOS mangling does not behave as documented and differs from
 the IPv4 version. The TOS mask indicates the bits one wants to zero out, so it
 needs to be inverted before applying it to the original TOS field. However, the
-aformentioned kernels forgo the inversion which breaks --set-tos and its
+aformentioned kernels forgo the inversion which breaks \-\-set\-tos and its
 mnemonics.
63
64
65
66
67
Index: pkg-iptables/extensions/libxt_bpf.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_bpf.man
+++ pkg-iptables/extensions/libxt_bpf.man
@@ -17,7 +17,7 @@ iptables \-A OUTPUT \-m bpf \-\-object\-
68
 \fB\-\-bytecode\fP \fIcode\fP
69
 Pass the BPF byte code format as generated by the \fBnfbpf_compile\fP utility.
70
71
72
73
74
75
 .PP
-The code format is similar to the output of the tcpdump -ddd command: one line
+The code format is similar to the output of the tcpdump \-ddd command: one line
 that stores the number of instructions, followed by one line for each
 instruction. Instruction lines follow the pattern 'u16 u8 u8 u32' in decimal
 notation. Fields encode the operation, jump offset if true, jump offset if
76
77
78
79
80
Index: pkg-iptables/extensions/libxt_cluster.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_cluster.man
+++ pkg-iptables/extensions/libxt_cluster.man
@@ -27,7 +27,7 @@ iptables \-A PREROUTING \-t mangle \-i e
81
82
83
84
85
86
87
88
 iptables \-A PREROUTING \-t mangle \-i eth2 \-m cluster
 \-\-cluster\-total\-nodes 2 \-\-cluster\-local\-node 1
 \-\-cluster\-hash\-seed 0xdeadbeef
-\-j MARK -\-set\-mark 0xffff
+\-j MARK \-\-set\-mark 0xffff
 .IP
 iptables \-A PREROUTING \-t mangle \-i eth1
 \-m mark ! \-\-mark 0xffff \-j DROP
89
90
91
92
93
Index: pkg-iptables/extensions/libxt_osf.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_osf.man
+++ pkg-iptables/extensions/libxt_osf.man
@@ -35,11 +35,11 @@ Windows [2000:SP3:Windows XP Pro SP1, 20
94
95
96
97
98
99
100
101
102
103
104
 OS fingerprints are loadable using the \fBnfnl_osf\fP program. To load
 fingerprints from a file, use:
 .PP
-\fBnfnl_osf -f /usr/share/xtables/pf.os\fP
+\fBnfnl_osf \-f /usr/share/xtables/pf.os\fP
 .PP
 To remove them again,
 .PP
-\fBnfnl_osf -f /usr/share/xtables/pf.os -d\fP
+\fBnfnl_osf \-f /usr/share/xtables/pf.os \-d\fP
 .PP
105
 The fingerprint database can be downloaded from
106
 http://www.openbsd.org/cgi-bin/cvsweb/src/etc/pf.os .
107
108
109
110
111
Index: pkg-iptables/extensions/libxt_set.man
===================================================================
--- pkg-iptables.orig/extensions/libxt_set.man
+++ pkg-iptables/extensions/libxt_set.man
@@ -61,5 +61,5 @@ when the set was defined without counter
112
113
114
115
116
117
 The option \fB\-\-match\-set\fP can be replaced by \fB\-\-set\fP if that does 
 not clash with an option of other extensions.
 .PP
-Use of -m set requires that ipset kernel support is provided, which, for
+Use of \-m set requires that ipset kernel support is provided, which, for
 standard kernels, is the case since Linux 2.6.39.