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/libipt_CLUSTERIP.man | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'extensions/libipt_CLUSTERIP.man') diff --git a/extensions/libipt_CLUSTERIP.man b/extensions/libipt_CLUSTERIP.man index 8e766f37..8ec6d6b6 100644 --- a/extensions/libipt_CLUSTERIP.man +++ b/extensions/libipt_CLUSTERIP.man @@ -3,22 +3,22 @@ a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. .TP -.BI "--new " +\fB\-\-new\fP Create a new ClusterIP. You always have to set this on the first rule for a given ClusterIP. .TP -.BI "--hashmode " "mode" +\fB\-\-hashmode\fP \fImode\fP Specify the hashing mode. Has to be one of -.B sourceip, sourceip-sourceport, sourceip-sourceport-destport +\fBsourceip\fP, \fBsourceip\-sourceport\fP, \fBsourceip\-sourceport\-destport\fP. .TP -.BI "--clustermac " "mac" -Specify the ClusterIP MAC address. Has to be a link-layer multicast address +\fB\-\-clustermac\fP \fImac\fP +Specify the ClusterIP MAC address. Has to be a link\-layer multicast address .TP -.BI "--total-nodes " "num" +\fB\-\-total\-nodes\fP \fInum\fP Number of total nodes within this cluster. .TP -.BI "--local-node " "num" +\fB\-\-local\-node\fP \fInum\fP Local node number within this cluster. .TP -.BI "--hash-init " "rnd" +\fB\-\-hash\-init\fP \fIrnd\fP Specify the random seed used for hash initialization. -- cgit v1.2.3