More man page massaging
This commit is contained in:
parent
f01f0f2d84
commit
8ec3b08462
|
@ -27,11 +27,11 @@
|
||||||
.\" ------------------------------------------------------------------
|
.\" ------------------------------------------------------------------
|
||||||
.Nm
|
.Nm
|
||||||
is a command line tool that provides commands used to manage queues,
|
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
|
See the
|
||||||
.Lk https://www.rabbitmq.com/quorum-queues.html "RabbitMQ quorum queues guide"
|
.Lk https://www.rabbitmq.com/quorum-queues.html "RabbitMQ quorum queues guide"
|
||||||
and
|
and the general
|
||||||
.Lk https://www.rabbitmq.com/ha.html "RabbitMQ classic mirrored queues guide"
|
.Lk https://www.rabbitmq.com/queues.html "RabbitMQ queues guide"
|
||||||
to learn more about queue types in RabbitMQ.
|
to learn more about queue types in RabbitMQ.
|
||||||
.
|
.
|
||||||
.\" ------------------------------------------------------------------
|
.\" ------------------------------------------------------------------
|
||||||
|
|
|
@ -28,7 +28,13 @@
|
||||||
RabbitMQ is an open source multi-protocol messaging broker.
|
RabbitMQ is an open source multi-protocol messaging broker.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm
|
.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
|
It performs all actions by connecting to the target RabbitMQ node
|
||||||
on a dedicated CLI tool communication port and authenticating
|
on a dedicated CLI tool communication port and authenticating
|
||||||
using a shared secret (known as the cookie file).
|
using a shared secret (known as the cookie file).
|
||||||
|
|
Loading…
Reference in New Issue