diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-02-02 14:37:10 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-02-02 14:37:10 +0000 |
| commit | ff5f2a0169cc98414a2509b11088bcf0b496b66f (patch) | |
| tree | a79a287149d22627bda26dc3fcabb72e278a6156 /docs | |
| parent | 7ae26d13d4f141556bf498b01024a8be113a95df (diff) | |
| download | rabbitmq-server-git-ff5f2a0169cc98414a2509b11088bcf0b496b66f.tar.gz | |
fix typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.pod | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod index ac35085bc2..c4d1b784b6 100644 --- a/docs/rabbitmqctl.1.pod +++ b/docs/rabbitmqctl.1.pod @@ -371,9 +371,9 @@ send queue size =item list_channels [I<channelinfoitem> ...] -List channel information. Each line printed describes a channel, -I<channelinfoitem> values separated by tab characters. If no -I<channelinfoitem>s are specified then I<pid>, I<user>, +List channel information. Each line printed describes a channel, with +the requested I<channelinfoitem> values separated by tab characters. +If no I<channelinfoitem>s are specified then I<pid>, I<user>, I<transactional>, I<consumer_count>, and I<messages_unacknowledged> are assumed. @@ -414,8 +414,7 @@ number of logical AMQP consumers retrieving messages via the channel =item messages_unacknowledged -number of messages delivered to via this channel but not yet -acknowledged +number of messages delivered via this channel but not yet acknowledged =item prefetch_count |
