From fea74bf74ff524431ce65145f1523584edf99dc9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 12 Jan 2009 04:53:18 +0100 Subject: doc: escape minus sign in manpages groff formats '-' as a hyphen, and '\-' is needed for a minus. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libipt_addrtype.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/libipt_addrtype.man') diff --git a/extensions/libipt_addrtype.man b/extensions/libipt_addrtype.man index 88e7c660..731f9b15 100644 --- a/extensions/libipt_addrtype.man +++ b/extensions/libipt_addrtype.man @@ -40,13 +40,13 @@ FIXME .TP .BI "XRESOLVE" .TP -[\fB!\fP] \fB--src-type\fP \fItype\fP +[\fB!\fP] \fB\-\-src\-type\fP \fItype\fP Matches if the source address is of given type .TP -[\fB!\fP] \fB--dst-type\fP \fItype\fP +[\fB!\fP] \fB\-\-dst\-type\fP \fItype\fP Matches if the destination address is of given type .TP -.BI "--limit-iface-in" +.BI "\-\-limit\-iface\-in" The address type checking can be limited to the interface the packet is coming in. This option is only valid in the .BR PREROUTING , @@ -54,10 +54,10 @@ in. This option is only valid in the and .B FORWARD chains. It cannot be specified with the -.B "--limit-iface-out" +\fB\-\-limit\-iface\-out\fP option. .TP -.BI "--limit-iface-out" +\fB\-\-limit\-iface\-out\fP The address type checiking can be limited to the interface the packet is going out. This option is only valid in the .BR POSTROUTING , @@ -65,5 +65,5 @@ out. This option is only valid in the and .B FORWARD chains. It cannot be specified with the -.B --limit-iface-in +\fB\-\-limit\-iface\-in\fP option. -- cgit v1.2.3