summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_LED.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2023-10-24 14:58:06 +0200
committerPhil Sutter <phil@nwl.cc>2023-10-27 18:00:30 +0200
commitb7d45c140fde9366a34412dbd318dd7c84bbef14 (patch)
tree45e43ef8d3fb0503d221a90e4f6bdcac17e53071 /extensions/libxt_LED.man
parent458e167e9510f995111d32aa7a30b7c7d2af2e75 (diff)
man: encode minushyphen the way groff/man requires it
Sparked by a recent LWN article[1], sweeps over the iptables manpages for incorrectly encoded dashes was made by Phil Sutter and myself. An ASCII minushyphen in the source manpage translates to a hyphen in output, so one has to use the sequence "\-" to get a minushyphen in the output, as groff_char(7) explains. [1] https://lwn.net/Articles/947941/ (paywalled until about 2023-11-06) Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_LED.man')
-rw-r--r--extensions/libxt_LED.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libxt_LED.man b/extensions/libxt_LED.man
index 81c2f296..d92fd940 100644
--- a/extensions/libxt_LED.man
+++ b/extensions/libxt_LED.man
@@ -6,9 +6,9 @@ the trigger behavior:
.TP
\fB\-\-led\-trigger\-id\fP \fIname\fP
This is the name given to the LED trigger. The actual name of the trigger
-will be prefixed with "netfilter-".
+will be prefixed with "netfilter\-".
.TP
-\fB\-\-led-delay\fP \fIms\fP
+\fB\-\-led\-delay\fP \fIms\fP
This indicates how long (in milliseconds) the LED should be left illuminated
when a packet arrives before being switched off again. The default is 0
(blink as fast as possible.) The special value \fIinf\fP can be given to