summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-27 21:57:29 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-27 21:57:29 +0000
commit9246651bd4a753d1858041042683b6a2c52fe01d (patch)
treebf473d22da7016beec16e4a132156d4d403e80bc /docs
parent765bcb3c35de6a2afcb6deb6a24cd270f892d947 (diff)
downloadrabbitmq-server-9246651bd4a753d1858041042683b6a2c52fe01d.tar.gz
refine permission structurebug20288
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.pod b/docs/rabbitmqctl.1.pod
index e9b9514e..d86aa271 100644
--- a/docs/rabbitmqctl.1.pod
+++ b/docs/rabbitmqctl.1.pod
@@ -114,11 +114,11 @@ delete_vhost I<vhostpath>
list_vhosts
list all virtual hosts.
-set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp>
+set_permissions [-p I<vhostpath>] I<username> I<regexp> I<regexp> I<regexp>
set the permissions for the user named I<username> in the virtual
- host I<vhostpath>, granting them configuration access to resources
- with names matching the first I<regexp> and messaging access to
- resources with names matching the second I<regexp>.
+ host I<vhostpath>, granting 'configure', 'write' and 'read' access
+ to resources with names matching the first, second and third
+ I<regexp>, respectively.
clear_permissions [-p I<vhostpath>] I<username>
remove the permissions for the user named I<username> in the