summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-09-06 14:54:00 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-09-06 14:54:00 +0100
commit063226c170140501b31a74851fbd6bcb9ade898d (patch)
treea868e7f99cef7c8a0d0869a576ee237e1b2de3af
parentd17e780f5dda3ac5203fe659faacf3b6ec715914 (diff)
downloadrabbitmq-server-063226c170140501b31a74851fbd6bcb9ade898d.tar.gz
We escape like C not URLs.
-rw-r--r--docs/rabbitmqctl.1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 33552e17..40546fc1 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -704,7 +704,7 @@
<variablelist>
<varlistentry>
<term>name</term>
- <listitem><para>The name of the queue with non-ASCII characters URL-escaped.</para></listitem>
+ <listitem><para>The name of the queue with non-ASCII characters escaped as in C.</para></listitem>
</varlistentry>
<varlistentry>
<term>durable</term>
@@ -795,7 +795,7 @@
<variablelist>
<varlistentry>
<term>name</term>
- <listitem><para>The name of the exchange with non-ASCII characters URL-escaped.</para></listitem>
+ <listitem><para>The name of the exchange with non-ASCII characters escaped as in C.</para></listitem>
</varlistentry>
<varlistentry>
<term>type</term>
@@ -841,7 +841,7 @@
host are returned. The "-p" flag can be used to override
this default. Each result row will contain an exchange
name, queue name, routing key and binding arguments, in
- that order. Non-ASCII characters will be URL-encoded.
+ that order. Non-ASCII characters will be escaped as in C.
</para>
<para role="usage">
The output format for "list_bindings" is a list of rows containing
@@ -904,7 +904,7 @@
</varlistentry>
<varlistentry>
<term>vhost</term>
- <listitem><para>Virtual host name with non-ASCII characters URL-escaped.</para></listitem>
+ <listitem><para>Virtual host name with non-ASCII characters escaped as in C.</para></listitem>
</varlistentry>
<varlistentry>
<term>timeout</term>