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_policy.man | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/libxt_policy.man') diff --git a/extensions/libxt_policy.man b/extensions/libxt_policy.man index 0c162736..7b7cb2d0 100644 --- a/extensions/libxt_policy.man +++ b/extensions/libxt_policy.man @@ -19,27 +19,27 @@ Matches if the packet is subject to IPsec processing. Selects whether to match the exact policy or match if any rule of the policy matches the given policy. .TP -.BI "--reqid " "id" +[\fB!\fP] \fB--reqid\fP \fIid\fP Matches the reqid of the policy rule. The reqid can be specified with .B setkey(8) using .B unique:id as level. .TP -.BI "--spi " "spi" +[\fB!\fP] \fB--spi\fP \fIspi\fP Matches the SPI of the SA. .TP -\fB--proto\fP {\fBah\fP|\fBesp\fP|\fBipcomp\fP} +[\fB!\fP] \fB--proto\fP {\fBah\fP|\fBesp\fP|\fBipcomp\fP} Matches the encapsulation protocol. .TP -\fB--mode\fP {\fBtunnel\fP|\fBtransport\fP} +[\fB!\fP] \fB--mode\fP {\fBtunnel\fP|\fBtransport\fP} Matches the encapsulation mode. .TP -\fB--tunnel-src\fP \fIaddr\fP[\fB/\fP\fImask\fP] +[\fB!\fP] \fB--tunnel-src\fP \fIaddr\fP[\fB/\fP\fImask\fP] Matches the source end-point address of a tunnel mode SA. Only valid with \fB--mode tunnel\fP. .TP -\fB--tunnel-dst\fP \fIaddr\fP[\fB/\fP\fImask\fP] +[\fB!\fP] \fB--tunnel-dst\fP \fIaddr\fP[\fB/\fP\fImask\fP] Matches the destination end-point address of a tunnel mode SA. Only valid with \fB--mode tunnel\fP. .TP -- cgit v1.2.3