diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-25 15:45:13 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-10-25 15:45:13 +0100 |
commit | 95a7ba33b5177763a52d74380fe80b807ee03191 (patch) | |
tree | cbfd119a6701ec88beea6a5b6cf5f2c16dd49446 /docs | |
parent | f0bbbe6f7508166210563ba405967ab397b9d899 (diff) | |
download | rabbitmq-server-95a7ba33b5177763a52d74380fe80b807ee03191.tar.gz |
rebase on 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 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"> |