From 9b488b992872d4d2b7ebf7897d74d52f4fb59e1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 8 Jun 2008 19:11:51 +0200 Subject: manpage updates A number of options support negation, but the manpage did not reflect this ("[!]" was absent). Also fix a few [] (optional arguments) to {} (required arguments) in the option-BNF. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_dccp.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_dccp.man') diff --git a/extensions/libxt_dccp.man b/extensions/libxt_dccp.man index d962ef05..0320af49 100644 --- a/extensions/libxt_dccp.man +++ b/extensions/libxt_dccp.man @@ -3,10 +3,10 @@ .TP [\fB!\fP] \fB--destination-port\fP,\fB--dport\fP \fIport\fP[\fB:\fP\fIport\fP] .TP -\fB--dccp-types\fR [\fB!\fR] \fImask\fP +[\fB!\fP] \fB--dccp-types\fR \fImask\fP Match when the DCCP packet type is one of 'mask'. 'mask' is a comma-separated list of packet types. Packet types are: .BR "REQUEST RESPONSE DATA ACK DATAACK CLOSEREQ CLOSE RESET SYNC SYNCACK INVALID" . .TP -\fB--dccp-option\fR [\fB!\fR\] \fInumber\fP +[\fB!\fP] \fB--dccp-option\fR \fInumber\fP Match if DCP option set. -- cgit v1.2.3