summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJerry Kuch <jerryk@vmware.com>2011-12-14 11:32:04 -0800
committerJerry Kuch <jerryk@vmware.com>2011-12-14 11:32:04 -0800
commit0c9e226a06f4a1b6f4c842e3e4775ccd1135beb7 (patch)
treece370d8fc95b34f7e83067e979446ffaa6c219e5 /docs
parent46628f29c2c45251ad0ca3ee45b34f8113c90d75 (diff)
parent6cf72c5170cf99f37e3c2afaa44a2ee41fbd23bd (diff)
downloadrabbitmq-server-git-0c9e226a06f4a1b6f4c842e3e4775ccd1135beb7.tar.gz
Merge bug24582
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-service.xml3
-rw-r--r--docs/rabbitmqctl.1.xml16
2 files changed, 18 insertions, 1 deletions
diff --git a/docs/rabbitmq-service.xml b/docs/rabbitmq-service.xml
index 3368960b80..a4bd158087 100644
--- a/docs/rabbitmq-service.xml
+++ b/docs/rabbitmq-service.xml
@@ -66,7 +66,8 @@ Display usage information.
<para>
Install the service. The service will not be started.
Subsequent invocations will update the service parameters if
-relevant environment variables were modified.
+relevant environment variables were modified or if the active
+plugins were changed.
</para>
</listitem>
</varlistentry>
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index f21888bd70..157550387d 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -1315,6 +1315,22 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>eval</command> <arg choice="req"><replaceable>expr</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Evaluate an arbitrary Erlang expression.
+ </para>
+ <para role="example-prefix">
+ For example:
+ </para>
+ <screen role="example">rabbitmqctl eval 'node().'</screen>
+ <para role="example">
+ This command returns the name of the node to which rabbitmqctl has connected.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>