summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-06-14 10:57:22 +0200
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-06-14 10:57:22 +0200
commit8dcf621dba2f12b0a54f01591ccd430a0e8122ff (patch)
treed2dd232fdda9b5d4a6c7c9e0c72978f6ea91c49e
parent32b9c88d1eba112d721c720dd1c80c981b1e5972 (diff)
downloadrabbitmq-server-git-8dcf621dba2f12b0a54f01591ccd430a0e8122ff.tar.gz
Change wording for topic authz variable expansion
Part of rabbitmq/rabbitmq-server#1229
-rw-r--r--docs/rabbitmqctl.85
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index d03f319a15..91b99560d6 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -815,8 +815,9 @@ virtual host with a routing key starting with
.sp
.Dl rabbitmqctl set_topic_permissions -p /myvhost tonyg amq.topic Qo ^tonyg-.* Qc Qo ^tonyg-.* Qc
.Pp
-Note topic permissions support variable expansion for the following variables:
-username, vhost, and client_id (only when using MQTT). The previous example could be made more generic by using
+Topic permissions support variable expansion for the following variables:
+username, vhost, and client_id. Note that client_id is expanded only when using MQTT.
+The previous example could be made more generic by using
.Qq ^{username}-.* :
.sp
.Dl rabbitmqctl set_topic_permissions -p /myvhost tonyg amq.topic Qo ^{username}-.* Qc Qo ^{username}-.* Qc