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 | 37777fc466a609380ca6043bbb1ea87a2988b1cf (patch) | |
| tree | 0c870590a32dd9a018511289f6d9429ef7ae0f4c /docs | |
| parent | 1c59d0a24a18e7deb4240cc79a473d37780044ea (diff) | |
| download | rabbitmq-server-git-37777fc466a609380ca6043bbb1ea87a2988b1cf.tar.gz | |
A little bit of explanation.
Diffstat (limited to 'docs')
| -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 0c48129f9a..ba87c83648 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> |
