diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-09-06 14:54:00 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-09-06 14:54:00 +0100 |
| commit | 35dd83d82681a801201092203634a391c1515614 (patch) | |
| tree | a868e7f99cef7c8a0d0869a576ee237e1b2de3af /docs | |
| parent | 7afabe8e5080e1b90feff8f84b017a71b0a0aaf5 (diff) | |
| download | rabbitmq-server-git-35dd83d82681a801201092203634a391c1515614.tar.gz | |
We escape like C not URLs.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 33552e17cc..40546fc197 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> |
