]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fixed some man pages typos ('This modules' -> 'This module')
authorÁlvaro Santos <aa.santos@campus.fct.unl.pt>
Thu, 16 Jan 2020 01:40:57 +0000 (01:40 +0000)
committerPhil Sutter <phil@nwl.cc>
Thu, 16 Jan 2020 15:13:17 +0000 (16:13 +0100)
Signed-off-by: Álvaro Santos <aa.santos@campus.fct.unl.pt>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/libxt_osf.man
extensions/libxt_policy.man
extensions/libxt_string.man

index ecb6ee5f56cfabbe6f0ab168602c6f273b493ce7..41103f29f8aeb3a122217cf5731aaf041a7e0177 100644 (file)
@@ -1,4 +1,4 @@
-The osf module does passive operating system fingerprinting. This modules
+The osf module does passive operating system fingerprinting. This module
 compares some data (Window Size, MSS, options and their order, TTL, DF,
 and others) from packets with the SYN bit set. 
 .TP
index 1b834fa06c785b39efa93b4d89f565517fc90942..12c01b4364a92fe50df4899468ca41d958b8ac17 100644 (file)
@@ -1,4 +1,4 @@
-This modules matches the policy used by IPsec for handling a packet.
+This module matches the policy used by IPsec for handling a packet.
 .TP
 \fB\-\-dir\fP {\fBin\fP|\fBout\fP}
 Used to select whether to match the policy used for decapsulation or the
index 54c03a3a7a396f3074a84dd53247bb1a798cdb82..5f1a993c57ebf6a2660483b0a1e941f096fecfd9 100644 (file)
@@ -1,4 +1,4 @@
-This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14.
+This module matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14.
 .TP
 \fB\-\-algo\fP {\fBbm\fP|\fBkmp\fP}
 Select the pattern matching strategy. (bm = Boyer-Moore, kmp = Knuth-Pratt-Morris)