summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_osf.c
diff options
context:
space:
mode:
authorLaurence J. Lane <ljlane@debian.org>2019-12-04 19:18:00 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-12-05 11:44:41 +0100
commit3b9b515618c63270ec25f5e0834e1169e8dc9b08 (patch)
treead31e3036a0c7e685d369f590fff447dfcfe6970 /extensions/libxt_osf.c
parent02b260a10faca94bf63413dc040e5e93414e9bd2 (diff)
iptables: cleanup "allows to" usage
Gramatical cleanup. Arturo says: This patch is forwarded from the iptables Debian package, where it has been around for many years now. Signed-off-by: Laurence J. Lane <ljlane@debian.org> Signed-off-by: Arturo Borrero Gonzalez <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'extensions/libxt_osf.c')
-rw-r--r--extensions/libxt_osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_osf.c b/extensions/libxt_osf.c
index 496b4805..c567d9e0 100644
--- a/extensions/libxt_osf.c
+++ b/extensions/libxt_osf.c
@@ -40,7 +40,7 @@ static void osf_help(void)
"--ttl level Use some TTL check extensions to determine OS:\n"
" 0 true ip and fingerprint TTL comparison. Works for LAN.\n"
" 1 check if ip TTL is less than fingerprint one. Works for global addresses.\n"
- " 2 do not compare TTL at all. Allows to detect NMAP, but can produce false results.\n"
+ " 2 do not compare TTL at all. This allows NMAP detection, but can produce false results.\n"
"--log level Log determined genres into dmesg even if they do not match desired one:\n"
" 0 log all matched or unknown signatures.\n"
" 1 log only first one.\n"