summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-02-26 17:40:26 +0000
committerSimon MacMullen <simon@lshift.net>2010-02-26 17:40:26 +0000
commitd8090aa37be61ed734d3a7c73a8273b04f781f26 (patch)
tree908f286893a63b6d84467c5507fb405245e28828 /docs
parentdc062865837bb3fc2483f14e892f12ecd44e105b (diff)
downloadrabbitmq-server-git-d8090aa37be61ed734d3a7c73a8273b04f781f26.tar.gz
Remove some extraneous whitespace.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml16
1 files changed, 4 insertions, 12 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 71f3317f4f..af1005989e 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -747,9 +747,7 @@
<para role="example-prefix">
For example:
</para>
- <screen role="example">
- rabbitmqctl list_queues -p /myvhost messages consumers
- </screen>
+ <screen role="example">rabbitmqctl list_queues -p /myvhost messages consumers</screen>
<para role="example">
This command displays the depth and number of consumers for each
queue of the virtual host named <command>/myvhost</command>.
@@ -800,9 +798,7 @@
<para role="example-prefix">
For example:
</para>
- <screen role="example">
- rabbitmqctl list_exchanges -p /myvhost name type
- </screen>
+ <screen role="example">rabbitmqctl list_exchanges -p /myvhost name type</screen>
<para role="example">
This command displays the name and type for each
exchange of the virtual host named <command>/myvhost</command>.
@@ -919,9 +915,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 server_port</screen>
<para role="example">
This command displays the send queue size and server port for each
connection.
@@ -1000,9 +994,7 @@
<para role="example-prefix">
For example:
</para>
- <screen role="example">
- rabbitmqctl list_channels connection messages_unacknowledged
- </screen>
+ <screen role="example">rabbitmqctl list_channels connection messages_unacknowledged</screen>
<para role="example">
This command displays the connection process and count
of unacknowledged messages for each channel.