diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-01 20:28:32 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-01 20:28:32 +0300 |
| commit | 82c23614e1b5364dde4723148af7687abfd5b2b7 (patch) | |
| tree | 46c0db7ba18621215c90e725682a39e80c4aa5fe /docs | |
| parent | fccacda101cb9a4f4968152228ba47a616d8587b (diff) | |
| parent | 7e8bb7fae33ae7f3979deb08691b58fb5717fb69 (diff) | |
| download | rabbitmq-server-git-82c23614e1b5364dde4723148af7687abfd5b2b7.tar.gz | |
Merge branch 'master' into rabbit-fifo-snapshotting-fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-plugins.8 | 2 | ||||
| -rw-r--r-- | docs/rabbitmqctl.8 | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/rabbitmq-plugins.8 b/docs/rabbitmq-plugins.8 index b7f2065e37..d68bdc8044 100644 --- a/docs/rabbitmq-plugins.8 +++ b/docs/rabbitmq-plugins.8 @@ -82,7 +82,7 @@ To learn more, see the .Bl -tag -width Ds .It Fl n Ar node Default node is -.Qq Pf rabbit@ Ar target-hostname , +.Qq Ar rabbit@target-hostname , where .Ar target-hostname is the local host. diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8 index 321a069844..e556a7f979 100644 --- a/docs/rabbitmqctl.8 +++ b/docs/rabbitmqctl.8 @@ -43,7 +43,9 @@ on a dedicated CLI tool communication port and authenticating using a shared secret (known as the cookie file). .Pp Diagnostic information is displayed if connection failed, -the target node was not running, or .Nm could not authenticate to +the target node was not running, or +.Nm +could not authenticate to the target node successfully. To learn more, see the .Lk https://www.rabbitmq.com/cli.html "RabbitMQ CLI Tools guide" @@ -55,7 +57,7 @@ and .Bl -tag -width Ds .It Fl n Ar node Default node is -.Qq Pf rabbit@ Ar target-hostname , +.Qq Ar rabbit@target-hostname , where .Ar target-hostname is the local host. |
