summaryrefslogtreecommitdiffstats
path: root/libipq/libipq.3
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-08-20 17:15:22 +0200
committerPatrick McHardy <kaber@trash.net>2009-08-20 17:15:22 +0200
commit352ccfb847dfd290a7b761cd87445a48e551acb5 (patch)
treec2b59376da8378713226795c5bfa2eadefab1377 /libipq/libipq.3
parentcfb048f5b5778a57144b00866cd0734e9617a4ea (diff)
manpages: more fixes to minuses, hyphens, dashes
Debian still carries patches patches to the iptables nroff code touching ASCII minuses, so I thought, what's it this time. Eventually, this patch tries to straighten things once more, per http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#Hyphens and http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style#Dashes . Titles will get the em dash; all typed commands or parameters with a hyphen get a minus (so that man(1) hyperlinking and copy-pasting does work), but other mentions get the hyphen. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'libipq/libipq.3')
-rw-r--r--libipq/libipq.34
1 files changed, 2 insertions, 2 deletions
diff --git a/libipq/libipq.3 b/libipq/libipq.3
index 9dafa4a8..0196248c 100644
--- a/libipq/libipq.3
+++ b/libipq/libipq.3
@@ -20,7 +20,7 @@
.\"
.\"
.SH NAME
-libipq \- iptables userspace packet queuing library.
+libipq \(em iptables userspace packet queuing library.
.SH SYNOPSIS
.B #include <linux/netfilter.h>
.br
@@ -51,7 +51,7 @@ running the following commands:
.br
# modprobe ip_queue
.br
- # iptables -A OUTPUT -p icmp -j QUEUE
+ # iptables \-A OUTPUT \-p icmp \-j QUEUE
.PP
will cause any locally generated ICMP packets (e.g. ping output) to
be sent to the ip_queue module, which will then attempt to deliver the