diff options
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 662a36c7..f21888bd 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"> |