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/libxt_sctp.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/libxt_sctp.man') diff --git a/extensions/libxt_sctp.man b/extensions/libxt_sctp.man index 5d7a4774..1ecf05cc 100644 --- a/extensions/libxt_sctp.man +++ b/extensions/libxt_sctp.man @@ -1,9 +1,9 @@ .TP -[\fB!\fP] \fB--source-port\fP,\fB--sport\fP \fIport\fP[\fB:\fP\fIport\fP] +[\fB!\fP] \fB\-\-source\-port\fP,\fB\-\-sport\fP \fIport\fP[\fB:\fP\fIport\fP] .TP -[\fB!\fP] \fB--destination-port\fP,\fB--dport\fP \fIport\fP[\fB:\fP\fIport\fP] +[\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP] .TP -[\fB!\fP] \fB--chunk-types\fP {\fBall\fP|\fBany\fP|\fBonly\fP} \fIchunktype\fP[\fB:\fP\fIflags\fP] [...] +[\fB!\fP] \fB\-\-chunk\-types\fP {\fBall\fP|\fBany\fP|\fBonly\fP} \fIchunktype\fP[\fB:\fP\fIflags\fP] [...] The flag letter in upper case indicates that the flag is to match if set, in the lower case indicates to match if unset. @@ -21,8 +21,8 @@ SHUTDOWN_COMPLETE T t .P Examples: -iptables -A INPUT -p sctp --dport 80 -j DROP +iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP -iptables -A INPUT -p sctp --chunk-types any DATA,INIT -j DROP +iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP -iptables -A INPUT -p sctp --chunk-types any DATA:Be -j ACCEPT +iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT -- cgit v1.2.3