summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 14:56:32 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-06 14:56:32 +0100
commit4499f68aac947ee86aad7727f8c8835101b64222 (patch)
tree72fa6320eaa0089b170257904cd8c30cb70432d1
parentb9fe78d4d5c3db700b0b95924bcfada6be820a36 (diff)
downloadrabbitmq-server-4499f68aac947ee86aad7727f8c8835101b64222.tar.gz
added links inside docs
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index fa642f1b..7e096ae6 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -270,7 +270,7 @@
<title>Cluster management</title>
<variablelist>
- <varlistentry>
+ <varlistentry id="cluster">
<term><cmdsynopsis><command>cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term>
<listitem>
<variablelist>
@@ -282,7 +282,7 @@
<para>
Instruct the node to become member of a cluster with the
specified nodes. To cluster with currently offline nodes,
- use <command>force_cluster</command>.
+ use <link linkend="force_cluster"><command>force_cluster</command></link>.
</para>
<para>
Cluster nodes can be of two types: disk or ram. Disk nodes
@@ -335,7 +335,7 @@
</para>
</listitem>
</varlistentry>
- <varlistentry>
+ <varlistentry id="force_cluster">
<term><cmdsynopsis><command>force_cluster</command><arg choice="req" role="usage-option-list"><replaceable>clusternode</replaceable> ...</arg></cmdsynopsis></term>
<listitem>
<variablelist>
@@ -348,7 +348,7 @@
Instruct the node to become member of a cluster with the
specified nodes. This will succeed even if the specified nodes
are offline. For a more detailed description, see
- <command>cluster</command>.
+ <link linkend="cluster"><command>cluster</command>.</link>
</para>
</listitem>
</varlistentry>