summaryrefslogtreecommitdiff
path: root/docs/rabbitmqctl.1.xml
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-25 15:45:13 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-10-25 15:45:13 +0100
commite47f91aa09663cd5969c824cca78fe03c5001589 (patch)
treecbfd119a6701ec88beea6a5b6cf5f2c16dd49446 /docs/rabbitmqctl.1.xml
parent4e6377cc7d56d92f3f5721308591ba3c3872fb18 (diff)
downloadrabbitmq-server-git-e47f91aa09663cd5969c824cca78fe03c5001589.tar.gz
rebase on default
Diffstat (limited to 'docs/rabbitmqctl.1.xml')
-rw-r--r--docs/rabbitmqctl.1.xml8
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">