summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_string.man
diff options
context:
space:
mode:
authorÁlvaro Santos <aa.santos@campus.fct.unl.pt>2020-01-16 01:40:57 +0000
committerPhil Sutter <phil@nwl.cc>2020-01-16 16:13:17 +0100
commitd6b480e7ceeb6e9324418c2aecdebcedb1c10863 (patch)
tree934e54e6e2b491959f22d78bde828c7e4417d040 /extensions/libxt_string.man
parent38aa9cf1d33c29043cfd0141a5de4a66d554b010 (diff)
Fixed some man pages typos ('This modules' -> 'This module')
Signed-off-by: Álvaro Santos <aa.santos@campus.fct.unl.pt> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_string.man')
-rw-r--r--extensions/libxt_string.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_string.man b/extensions/libxt_string.man
index 54c03a3a..5f1a993c 100644
--- a/extensions/libxt_string.man
+++ b/extensions/libxt_string.man
@@ -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)