diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2011-10-31 16:35:29 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2011-10-31 16:35:29 +0000 |
| commit | 9d88c741dc1285879759e734d5f0fa58aec746ee (patch) | |
| tree | 99b5bd6fb921724a17f3309f0efadfb801690265 /docs | |
| parent | ffcb10bebde966300d0c7b0448cc7a35d561433d (diff) | |
| parent | 76116cdb4d6fd916411e1324e9f03601d3172ece (diff) | |
| download | rabbitmq-server-git-9d88c741dc1285879759e734d5f0fa58aec746ee.tar.gz | |
Merged bug24517 into default
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 662a36c72a..f21888bd70 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -103,7 +103,7 @@ <variablelist> <varlistentry> - <term><cmdsynopsis><command>stop</command></cmdsynopsis></term> + <term><cmdsynopsis><command>stop</command> <arg choice="opt"><replaceable>pid_file</replaceable></arg></cmdsynopsis></term> <listitem> <para> Stops the Erlang node on which RabbitMQ is running. To @@ -111,6 +111,12 @@ the Server</citetitle> in the <ulink url="http://www.rabbitmq.com/install.html">installation guide</ulink>. </para> + <para> + If a <option>pid_file</option> is specified, also waits + for the process specified there to terminate. See the + description of the <option>wait</option> command below + for details on this file. + </para> <para role="example-prefix">For example:</para> <screen role="example">rabbitmqctl stop</screen> <para role="example"> |
