summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2011-12-02 15:43:10 +0000
committerSimon MacMullen <simon@rabbitmq.com>2011-12-02 15:43:10 +0000
commitd297dfbe836b4a02a8f31f2d0acbf3f318063e1b (patch)
tree2d7f979a637c7fdfb6534178a13e06f542edbfb4 /docs
parent251dc0c0ec9b69ee0f413f6be0e0543e86333b8c (diff)
parent5930d0453865b6a73919131e8b4a32c7f1938112 (diff)
downloadrabbitmq-server-git-d297dfbe836b4a02a8f31f2d0acbf3f318063e1b.tar.gz
Merge bug 24561 (x-ha-policy=nodes doesn't fully cope with failure of master)
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml16
1 files changed, 16 insertions, 0 deletions
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>