summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-13 17:20:12 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-07-13 17:20:12 +0100
commit6f4f18069985be6e29be2aaed4f68f045791852b (patch)
tree3596e18ee309cc384126202775638ab2fbdff14c
parent53161cd8fd63e4a8aa60394dd866723ef9972e45 (diff)
downloadrabbitmq-server-6f4f18069985be6e29be2aaed4f68f045791852b.tar.gz
updated man page
-rw-r--r--docs/rabbitmqctl.1.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 26863ae7..e53a97c2 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -627,10 +627,12 @@
<para role="example-prefix">For example:</para>
<screen role="example">rabbitmqctl list_permissions -p /myvhost</screen>
<para role="example">
- This command instructs the RabbitMQ broker to list all the
- users which have been granted access to the virtual host
- called <command>/myvhost</command>, and the permissions they
- have for operations on resources in that virtual host.
+ This command instructs the RabbitMQ broker to list all
+ the users which have been granted access to the virtual
+ host called <command>/myvhost</command>, and the
+ permissions they have for operations on resources in
+ that virtual host. Note that an empty string means no
+ permissions granted.
</para>
</listitem>
</varlistentry>