More man page massaging

This commit is contained in:
Michael Klishin 2021-06-18 08:58:08 +08:00
parent f01f0f2d84
commit 8ec3b08462
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
2 changed files with 10 additions and 4 deletions

View File

@ -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.
.
.\" ------------------------------------------------------------------

View File

@ -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).