summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-12 17:22:42 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-12 17:22:42 +0100
commit2cb3ecf0f63c6a3acdd9cb0b86697efb231a9599 (patch)
treee9359091d7c5489058630e2fa6f72247829b21ba
parent1b24d3c53abbd6c3b7f8caeb2af24dfb5376bab0 (diff)
parentecc27a36510561785a8fbe80184de49e5d8660ed (diff)
downloadrabbitmq-server-git-2cb3ecf0f63c6a3acdd9cb0b86697efb231a9599.tar.gz
Merge bug25884
-rw-r--r--docs/rabbitmqctl.1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 608328dc35..eb3c7ef38d 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1211,11 +1211,11 @@
</varlistentry>
<varlistentry>
<term>message_bytes_ready</term>
- <listitem><para>Sum of the size of all message bodies in the queue ready to be delivered to clients.</para></listitem>
+ <listitem><para>Like <command>message_bytes</command> but counting only those messages ready to be delivered to clients.</para></listitem>
</varlistentry>
<varlistentry>
<term>message_bytes_unacknowledged</term>
- <listitem><para>Sum of the size of all message bodies in the queue delivered to clients but not yet acknowledged.</para></listitem>
+ <listitem><para>Like <command>message_bytes</command> but counting only those messages delivered to clients but not yet acknowledged.</para></listitem>
</varlistentry>
<varlistentry>
<term>message_bytes_ram</term>