diff options
-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> |