diff options
| author | Marek Majkowski <marek@rabbitmq.com> | 2010-07-20 16:09:19 +0100 |
|---|---|---|
| committer | Marek Majkowski <marek@rabbitmq.com> | 2010-07-20 16:09:19 +0100 |
| commit | 1fc0dec870ec8c756ec911a23c991d76debb0eb4 (patch) | |
| tree | ee985005883ec71a7a7bd17dfe987fcbe5823d91 /docs | |
| parent | 31a3ca38d7da0b3bc04dbe07859e75ea91ff6c4c (diff) | |
| parent | 67ea4e971110b9d1540f271134e4488c7b45f953 (diff) | |
| download | rabbitmq-server-git-1fc0dec870ec8c756ec911a23c991d76debb0eb4.tar.gz | |
default merged into bug22917
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 26863ae78a..e53a97c2c9 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> |
