summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-10-02 07:05:05 +0300
committerGitHub <noreply@github.com>2019-10-02 07:05:05 +0300
commitf5e108beb33d7f0b2215aec9457d944f3da1f4e1 (patch)
tree90542be67a60a9005296b58b52eb90d81b1e92fa /docs
parent20fdd51d9488197691e0a5024bd5b6ee0c77010c (diff)
downloadrabbitmq-server-git-f5e108beb33d7f0b2215aec9457d944f3da1f4e1.tar.gz
README-for-packages: updates for 3.8
Diffstat (limited to 'docs')
-rw-r--r--docs/README-for-packages8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/README-for-packages b/docs/README-for-packages
index b3761836a1..6ae01e88c7 100644
--- a/docs/README-for-packages
+++ b/docs/README-for-packages
@@ -10,12 +10,12 @@ and for previous versions at:
https://www.rabbitmq.com/previous.html
Man pages are installed with this package. Of particular interest are
-rabbitmqctl(1), to interact with a running RabbitMQ server, and
-rabbitmq-plugins(1), to enable and disable plugins. These should be
-run as the superuser.
+rabbitmqctl(8), rabbitmq-diagnostics(8), rabbitmq-queues(8).
+They interact with a running node. rabbitmq-plugins(1) is used to manage plugins.
+All of these should be run as the superuser.
An example configuration file is provided in the same directory as
-this README. Copy it to /etc/rabbitmq/rabbitmq.config to use it. The
+this README. Copy it to /etc/rabbitmq/rabbitmq.conf to use it. The
RabbitMQ server must be restarted after changing the configuration
file.