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_dscp.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_dscp.man') diff --git a/extensions/libxt_dscp.man b/extensions/libxt_dscp.man index 4a422785..e2357db4 100644 --- a/extensions/libxt_dscp.man +++ b/extensions/libxt_dscp.man @@ -1,10 +1,10 @@ This module matches the 6 bit DSCP field within the TOS field in the IP header. DSCP has superseded TOS within the IETF. .TP -.BI "--dscp " "value" +[\fB!\fP] \fB--dscp\fP \fIvalue\fP Match against a numeric (decimal or hex) value [0-63]. .TP -\fB--dscp-class\fP \fIclass\fP +[\fB!\fP] \fB--dscp-class\fP \fIclass\fP Match the DiffServ class. This value may be any of the BE, EF, AFxx or CSx classes. It will then be converted into its according numeric value. -- cgit v1.2.3