diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-02-14 13:19:20 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-02-14 13:19:20 +0000 |
| commit | 486f4ca65d399b01971fd24b8c2bdf9317d70fa2 (patch) | |
| tree | d5f540dcb21235ea38961d7feaa7ed2349ae47e6 /docs/rabbitmqctl.1.xml | |
| parent | d743c195c35ef618170d720ef77f6f543220905f (diff) | |
| download | rabbitmq-server-git-486f4ca65d399b01971fd24b8c2bdf9317d70fa2.tar.gz | |
More explicit documentation.
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 5c090e5a2b..3550e5eaef 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -167,8 +167,8 @@ This command will wait for the RabbitMQ application to start at the node. As long as the Erlang node is up but the RabbitMQ application is down it will wait - indefinitely. If the node itself goes down, or takes too - long to come up, it will fail. + indefinitely. If the node itself goes down, or takes + more than five seconds to come up, it will fail. </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl wait</screen> |
