More man page massaging
This commit is contained in:
parent
f01f0f2d84
commit
8ec3b08462
|
@ -27,11 +27,11 @@
|
|||
.\" ------------------------------------------------------------------
|
||||
.Nm
|
||||
is a command line tool that provides commands used to manage queues,
|
||||
mainly member handling for quorum queues.
|
||||
for example, grow, shrink or rebalance replicas of replicated queue types.
|
||||
See the
|
||||
.Lk https://www.rabbitmq.com/quorum-queues.html "RabbitMQ quorum queues guide"
|
||||
and
|
||||
.Lk https://www.rabbitmq.com/ha.html "RabbitMQ classic mirrored queues guide"
|
||||
and the general
|
||||
.Lk https://www.rabbitmq.com/queues.html "RabbitMQ queues guide"
|
||||
to learn more about queue types in RabbitMQ.
|
||||
.
|
||||
.\" ------------------------------------------------------------------
|
||||
|
|
|
@ -28,7 +28,13 @@
|
|||
RabbitMQ is an open source multi-protocol messaging broker.
|
||||
.Pp
|
||||
.Nm
|
||||
is a command line tool for managing a RabbitMQ server node.
|
||||
is the main command line tool for managing a RabbitMQ server node,
|
||||
together with
|
||||
.Cm rabbitmq-diagnostics
|
||||
,
|
||||
.Cm rabbitmq-upgrade
|
||||
, and others.
|
||||
.Pp
|
||||
It performs all actions by connecting to the target RabbitMQ node
|
||||
on a dedicated CLI tool communication port and authenticating
|
||||
using a shared secret (known as the cookie file).
|
||||
|
|
Loading…
Reference in New Issue