summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_addrtype.man
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2008-06-08 19:11:51 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-08 19:11:51 +0200
commit9b488b992872d4d2b7ebf7897d74d52f4fb59e1c (patch)
tree53f6cbd44c025aec18b9307cd88bbae43bb921e4 /extensions/libipt_addrtype.man
parent0ea82bc43e9262cdbb9880ca56bb514db4c77f8e (diff)
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 <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'extensions/libipt_addrtype.man')
-rw-r--r--extensions/libipt_addrtype.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libipt_addrtype.man b/extensions/libipt_addrtype.man
index af5e6484..275d9994 100644
--- a/extensions/libipt_addrtype.man
+++ b/extensions/libipt_addrtype.man
@@ -40,10 +40,10 @@ FIXME
.TP
.BI "XRESOLVE"
.TP
-.BI "--src-type " "type"
+[\fB!\fP] \fB--src-type\fP \fItype\fP
Matches if the source address is of given type
.TP
-.BI "--dst-type " "type"
+[\fB!\fP] \fB--dst-type\fP \fItype\fP
Matches if the destination address is of given type
.TP
.BI "--limit-iface-in"