summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-09-26 19:08:53 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-09-26 19:08:53 +0300
commit7c7ee8e17039bcc91d6c246c0b975925d8481059 (patch)
tree50599e8b469277ea29209f983ad24a786487331a /docs
parentcf65ab8d2624d1963951a90c3030883f55a2b49d (diff)
downloadrabbitmq-server-git-7c7ee8e17039bcc91d6c246c0b975925d8481059.tar.gz
rabbitmq-queues(8): use list formatting suggested by @dumbbell
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-queues.824
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/rabbitmq-queues.8 b/docs/rabbitmq-queues.8
index 2e69387cea..dcdfaf34a8 100644
--- a/docs/rabbitmq-queues.8
+++ b/docs/rabbitmq-queues.8
@@ -111,10 +111,12 @@ Adds a new replica on the given node for all or a half of matching quorum queues
Supported
.Ar selector
values are:
-.Qq all
-(selects all quorum queues) or
-.Qq even
-(selects quorum queues with an even number of replicas)
+.Bl -tag -width Ds
+.It Dv all
+Selects all quorum queues
+.It Dv even
+Selects quorum queues with an even number of replicas
+.El
.Pp
Example:
.Sp
@@ -127,12 +129,14 @@ Rebalances queue master replicas across cluster nodes.
Supported
.Ar type
values are:
-.Qq all
-(all types),
-.Qq quorum
-(only quorum queues),
-.Qq classic
-(only classic queues)
+.Bl -tag -width Ds
+.It Dv all
+All queue types
+.It Dv quorum
+Only quorum queues
+.It Dv classic
+Only classic queues
+.El
.Pp
Example:
.Sp