diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-06 14:56:32 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2010-07-06 14:56:32 +0100 |
| commit | f73504b914a42baf349acbfaebe5a5958a508fcd (patch) | |
| tree | 72fa6320eaa0089b170257904cd8c30cb70432d1 | |
| parent | af67e8736822f1c83a0e1ac3703365b439895803 (diff) | |
| download | rabbitmq-server-git-f73504b914a42baf349acbfaebe5a5958a508fcd.tar.gz | |
added links inside docs
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index fa642f1b07..7e096ae649 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> |
