From 8f1186883d01b7407ec15df88f3f582ff70263d4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 24 Oct 2023 15:04:03 +0200 Subject: man: encode hyphens the way groff/man requires it Edit a few spots where indeed a hyphens (U+2010) rather than U+002D is desired. ("set-name" is not something you input, it is a placeholder in the context of documentation. "out-of-flow" is part of the regular flowed text, so should not use anything but hyphens.) Signed-off-by: Jan Engelhardt Signed-off-by: Phil Sutter --- extensions/libxt_SET.man | 2 +- extensions/libxt_SYNPROXY.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/libxt_SET.man b/extensions/libxt_SET.man index 037969ea..7332acb0 100644 --- a/extensions/libxt_SET.man +++ b/extensions/libxt_SET.man @@ -25,7 +25,7 @@ one from the set definition when adding an entry if it already exists, reset the timeout value to the specified one or to the default from the set definition .TP -\fB\-\-map\-set\fP \fIset\-name\fP +\fB\-\-map\-set\fP \fIset-name\fP the set-name should be created with \-\-skbinfo option \fB\-\-map\-mark\fP map firewall mark to packet by lookup of value in the set diff --git a/extensions/libxt_SYNPROXY.man b/extensions/libxt_SYNPROXY.man index 2c782a9b..04fffedb 100644 --- a/extensions/libxt_SYNPROXY.man +++ b/extensions/libxt_SYNPROXY.man @@ -40,7 +40,7 @@ telnet 192.0.2.42 80 .br length 0 .PP -Switch tcp_loose mode off, so conntrack will mark out\-of\-flow +Switch tcp_loose mode off, so conntrack will mark out-of-flow packets as state INVALID. .IP echo 0 > /proc/sys/net/netfilter/nf_conntrack_tcp_loose -- cgit v1.2.3