summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.pod
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-02-24 19:21:48 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2009-02-24 19:21:48 +0000
commit68fc0eb08cbb2a5380ffcd04fe6530183c8a32b9 (patch)
treeab70407dcce0c168d4257178598572c3b4c78ed1 /docs/rabbitmqctl.1.pod
parent3f5c0fce99c119abbe27ca1dd05e4bf57f27db3e (diff)
parent6381790521e37666d772654106112763ddc46071 (diff)
downloadrabbitmq-server-git-68fc0eb08cbb2a5380ffcd04fe6530183c8a32b9.tar.gz
merge v1_5 into default
Diffstat (limited to 'docs/rabbitmqctl.1.pod')
-rw-r--r--docs/rabbitmqctl.1.pod10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index d86aa2717d..a0232a40f2 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -109,8 +109,9 @@ add_vhost I<vhostpath>
delete_vhost I<vhostpath>
delete a virtual host I<vhostpath>.
- That command deletes also all its exchanges, queues and user mappings.
-
+ That command deletes also all its exchanges, queues and user
+ mappings.
+
list_vhosts
list all virtual hosts.
@@ -162,7 +163,8 @@ messages_ready
number of messages ready to be delivered to clients
messages_unacknowledged
- number of messages delivered to clients but not yet acknowledged
+ number of messages delivered to clients but not yet
+ acknowledged
messages_uncommitted
number of messages published in as yet uncommitted transactions
@@ -299,7 +301,7 @@ them:
=head1 SEE ALSO
-rabbitmq-multi(1), rabbitmq-server(1)
+rabbitmq.conf(5), rabbitmq-multi(1), rabbitmq-server(1)
=head1 AUTHOR