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_CONNMARK.man | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'extensions/libxt_CONNMARK.man') diff --git a/extensions/libxt_CONNMARK.man b/extensions/libxt_CONNMARK.man index e39a02a5..571ce370 100644 --- a/extensions/libxt_CONNMARK.man +++ b/extensions/libxt_CONNMARK.man @@ -1,9 +1,9 @@ This module sets the netfilter mark value associated with a connection. .TP -\fB--set-xmark\fR \fIvalue\fR[\fB/\fR\fImask\fR] +\fB\-\-set\-xmark\fP \fIvalue\fP[\fB/\fP\fImask\fP] Zero out the bits given by \fImask\fR and XOR \fIvalue\fR into the ctmark. .TP -\fB--save-mark\fR [\fB--nfmask\fR \fInfmask\fR] [\fB--ctmask\fR \fIctmask\fR] +\fB\-\-save\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP] Copy the packet mark (nfmark) to the connection mark (ctmark) using the given masks. The new nfmark value is determined as follows: .IP @@ -13,7 +13,7 @@ i.e. \fIctmask\fR defines what bits to clear and \fInfmask\fR what bits of the nfmark to XOR into the ctmark. \fIctmask\fR and \fInfmask\fR default to 0xFFFFFFFF. .TP -\fB--restore-mark\fR [\fB--nfmask\fR \fInfmask\fR] [\fB--ctmask\fR \fIctmask\fR] +\fB\-\-restore\-mark\fP [\fB\-\-nfmask\fP \fInfmask\fP] [\fB\-\-ctmask\fP \fIctmask\fP] Copy the connection mark (ctmark) to the packet mark (nfmark) using the given masks. The new ctmark value is determined as follows: .IP @@ -23,30 +23,30 @@ i.e. \fInfmask\fR defines what bits to clear and \fIctmask\fR what bits of the ctmark to XOR into the nfmark. \fIctmask\fR and \fInfmask\fR default to 0xFFFFFFFF. .IP -\fB--restore-mark\fR is only valid in the \fBmangle\fR table. +\fB\-\-restore\-mark\fP is only valid in the \fBmangle\fP table. .PP -The following mnemonics are available for \fB--set-xmark\fR: +The following mnemonics are available for \fB\-\-set\-xmark\fP: .TP -\fB--and-mark\fR \fIbits\fR -Binary AND the ctmark with \fIbits\fR. (Mnemonic for \fB--set-xmark +\fB\-\-and\-mark\fP \fIbits\fP +Binary AND the ctmark with \fIbits\fR. (Mnemonic for \fB\-\-set\-xmark 0/\fR\fIinvbits\fR, where \fIinvbits\fR is the binary negation of \fIbits\fR.) .TP -\fB--or-mark\fR \fIbits\fR -Binary OR the ctmark with \fIbits\fR. (Mnemonic for \fB--set-xmark\fR +\fB\-\-or\-mark\fP \fIbits\fP +Binary OR the ctmark with \fIbits\fR. (Mnemonic for \fB\-\-set\-xmark\fP \fIbits\fR\fB/\fR\fIbits\fR.) .TP -\fB--xor-mark\fR \fIbits\fR -Binary XOR the ctmark with \fIbits\fR. (Mnemonic for \fB--set-xmark\fR +\fB\-\-xor\-mark\fP \fIbits\fP +Binary XOR the ctmark with \fIbits\fR. (Mnemonic for \fB\-\-set\-xmark\fP \fIbits\fR\fB/0\fR.) .TP -\fB--set-mark\fR \fIvalue\fR[\fB/\fR\fImask\fR] +\fB\-\-set\-mark\fP \fIvalue\fP[\fB/\fP\fImask\fP] Set the connection mark. If a mask is specified then only those bits set in the mask are modified. .TP -\fB--save-mark\fR [\fB--mask\fR \fImask\fR] +\fB\-\-save\-mark\fP [\fB\-\-mask\fP \fImask\fP] Copy the nfmark to the ctmark. If a mask is specified, only those bits are copied. .TP -\fB--restore-mark\fR [\fB--mask\fR \fImask\fR] +\fB\-\-restore\-mark\fP [\fB\-\-mask\fP \fImask\fP] Copy the ctmark to the nfmark. If a mask is specified, only those bits are copied. This is only valid in the \fBmangle\fR table. -- cgit v1.2.3