diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-16 12:57:06 +0100 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-16 12:57:06 +0100 |
commit | 71567e0fe43b14ff3a418172543140587382e05c (patch) | |
tree | 0c870590a32dd9a018511289f6d9429ef7ae0f4c | |
parent | de810a5d7e01dfc2fd113980e6218fe00248c6a6 (diff) | |
download | rabbitmq-server-bug24130.tar.gz |
A little bit of explanation.bug24130
-rw-r--r-- | docs/rabbitmqctl.1.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 0c48129f..ba87c836 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -866,7 +866,10 @@ </varlistentry> <varlistentry> <term>synchronised_slave_pids</term> - <listitem><para>If the queue is mirrored, this gives the IDs of the current slaves which are synchronised with the master.</para></listitem> + <listitem><para>If the queue is mirrored, this gives the IDs of + the current slaves which are synchronised with the master - + i.e. those which could take over from the master without + message loss.</para></listitem> </varlistentry> </variablelist> <para> |