summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-09-12 16:49:20 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-09-12 16:49:20 +0100
commit86f2e118a1af555fd8838167c568433701cc9472 (patch)
treedf3c384fd8f885a065a20754e64ccad54fc7837e /docs
parentdac142b8e9155972fa0b148b3e3ed1ce21d3c6df (diff)
downloadrabbitmq-server-git-86f2e118a1af555fd8838167c568433701cc9472.tar.gz
exchange_name => source; consistent naming of Src{Name} and Dst{Name}, except in rabbit_exchange when we clearly are talking only about exchanges; improvements to rabbit_control so that list_bindings returns the type of the endpoints as well as the endpoint names
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 607838ff26..ab16a532da 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -894,16 +894,18 @@
</para>
<variablelist>
<varlistentry>
- <term>exchange_name</term>
- <listitem><para>The name of the exchange to which the
- binding is attached. with non-ASCII characters
- escaped as in C.</para></listitem>
+ <term>source</term>
+ <listitem><para>The name and type of the source of
+ messages to which the binding is attached. With
+ non-ASCII characters escaped as in
+ C.</para></listitem>
</varlistentry>
<varlistentry>
<term>destination</term>
<listitem><para>The type and name of the destination
- to which the binding is attached. with non-ASCII
- characters escaped as in C.</para></listitem>
+ of messages to which the binding is attached. With
+ non-ASCII characters escaped as in
+ C.</para></listitem>
</varlistentry>
<varlistentry>
<term>routing_key</term>