summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@lshift.net>2010-03-02 11:07:06 +0000
committerSimon MacMullen <simon@lshift.net>2010-03-02 11:07:06 +0000
commit993401a909afc0face5034b9ee1a8239a5bb181a (patch)
treeaaf853d02bf00a7ca69f0b303b4915c0d11763ad
parent541869e0dea85f4c7f9b553de3b03a3ccbf81dea (diff)
downloadrabbitmq-server-git-993401a909afc0face5034b9ee1a8239a5bb181a.tar.gz
Move description of default list items to after the list.
-rw-r--r--docs/rabbitmqctl.1.xml52
1 files changed, 32 insertions, 20 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 1c9dec4ae3..e7fc45e4ba 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -664,9 +664,8 @@
<para>
The <command>queueinfoitem</command> parameter is used to indicate which queue
information items to include in the results. The column order in the
- results will match the order of the parameters. If no
- <command>queueinfoitem</command>s are specified then queue name and depth are
- displayed. <command>queueinfoitem</command> can take any value from the list
+ results will match the order of the parameters.
+ <command>queueinfoitem</command> can take any value from the list
that follows:
</para>
<variablelist>
@@ -743,7 +742,10 @@
queue, including stack, heap and internal structures.</para></listitem>
</varlistentry>
</variablelist>
-
+ <para>
+ If no <command>queueinfoitem</command>s are specified then queue name and depth are
+ displayed.
+ </para>
<para role="example-prefix">
For example:
</para>
@@ -766,9 +768,8 @@
<para>
The <command>exchangeinfoitem</command> parameter is used to indicate which
exchange information items to include in the results. The column order in the
- results will match the order of the parameters. If no
- <command>exchangeinfoitem</command>s are specified then exchange name and type are
- displayed. <command>exchangeinfoitem</command> can take any value from the list
+ results will match the order of the parameters.
+ <command>exchangeinfoitem</command> can take any value from the list
that follows:
</para>
<variablelist>
@@ -795,6 +796,10 @@
<listitem><para>Exchange arguments.</para></listitem>
</varlistentry>
</variablelist>
+ <para>
+ If no <command>exchangeinfoitem</command>s are specified then
+ exchange name and type are displayed.
+ </para>
<para role="example-prefix">
For example:
</para>
@@ -830,15 +835,14 @@
<listitem>
<para>
Returns TCP/IP connection statistics.
- </para> <para>
- The <command>connectioninfoitem</command> parameter is used to indicate
- which connection information items to include in the results. The
- column order in the results will match the order of the parameters. If
- no <command>connectioninfoitem</command>s are specified then user, peer
- address, peer port and connection state are displayed.
- <command>connectioninfoitem</command> can take any value from the list
- that follows:
- </para>
+ </para>
+ <para>
+ The <command>connectioninfoitem</command> parameter is used to indicate
+ which connection information items to include in the results. The
+ column order in the results will match the order of the parameters.
+ <command>connectioninfoitem</command> can take any value from the list
+ that follows:
+ </para>
<variablelist>
<varlistentry>
@@ -912,6 +916,11 @@
<listitem><para>Send queue size.</para></listitem>
</varlistentry>
</variablelist>
+ <para>
+ If no <command>connectioninfoitem</command>s are specified then user, peer
+ address, peer port and connection state are displayed.
+ </para>
+
<para role="example-prefix">
For example:
</para>
@@ -936,10 +945,7 @@
The <command>channelinfoitem</command> parameter is used to
indicate which channel information items to include in the
results. The column order in the results will match the
- order of the parameters. If
- no <command>channelinfoitem</command>s are specified then pid,
- user, transactional, consumer_count, and
- messages_unacknowledged are assumed.
+ order of the parameters.
<command>channelinfoitem</command> can take any value from the list
that follows:
</para>
@@ -991,6 +997,12 @@
<listitem><para>QoS prefetch count limit in force, 0 if unlimited.</para></listitem>
</varlistentry>
</variablelist>
+ <para>
+ If no <command>channelinfoitem</command>s are specified then pid,
+ user, transactional, consumer_count, and
+ messages_unacknowledged are assumed.
+ </para>
+
<para role="example-prefix">
For example:
</para>