summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarek Majkowski <marek@rabbitmq.com>2011-01-05 14:01:05 +0000
committerMarek Majkowski <marek@rabbitmq.com>2011-01-05 14:01:05 +0000
commit9a4b882797d7cf90166512a63ce1fc0c0d211c82 (patch)
treea46ccc6ffcac1baa087e5156a4278ab8b5f4d5f1 /docs
parent0c0af02a1cc93542d46ab705dc348fd3ef9d5755 (diff)
parent7842327c5653565ac13ea4406b41490a4f757881 (diff)
downloadrabbitmq-server-git-9a4b882797d7cf90166512a63ce1fc0c0d211c82.tar.gz
default merged into bug20570
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 35de1cead9..01ddd4c108 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -866,6 +866,10 @@
<listitem><para>Whether the exchange will be deleted automatically when no longer used.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>internal</term>
+ <listitem><para>Whether the exchange is internal, i.e. cannot be directly published to by a client.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>arguments</term>
<listitem><para>Exchange arguments.</para></listitem>
</varlistentry>
@@ -1077,7 +1081,7 @@
<para role="example-prefix">
For example:
</para>
- <screen role="example">rabbitmqctl list_connections send_pend server_port</screen>
+ <screen role="example">rabbitmqctl list_connections send_pend port</screen>
<para role="example">
This command displays the send queue size and server port for each
connection.