diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 15:52:33 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-12-30 15:52:33 +0000 |
| commit | 99e87f9d31ffed91fc049382feb3cebb7ea2e1f0 (patch) | |
| tree | 952f858f413b03d0f2d359722658aef50a201749 | |
| parent | 89f781c1a191cc1ddc89b3c023c40101cc902a9d (diff) | |
| download | rabbitmq-server-git-99e87f9d31ffed91fc049382feb3cebb7ea2e1f0.tar.gz | |
correct docs to reflect idempotence
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 1583ab98a8..a95f7b3d4b 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -465,9 +465,8 @@ synchronise itself. The queue will block while synchronisation takes place (all publishers to and consumers from the queue will block). The queue must be - mirrored, must have unsynchronised slaves, and must not - have any pending unacknowledged messages for this - command to succeed. + mirrored, and must not have any pending unacknowledged + messages for this command to succeed. </para> <para> Note that unsynchronised queues from which messages are |
