diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-02 15:34:46 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-07-02 15:34:46 +0100 |
| commit | 5c121848c1198e270dc8153db57b47833a7d626c (patch) | |
| tree | 4fa4e7009b2c3670fd2bb3c14c6d6e71fb46d1dd /docs | |
| parent | 3e02099c9a37eb1bcbe93a7d898261314e127518 (diff) | |
| download | rabbitmq-server-git-5c121848c1198e270dc8153db57b47833a7d626c.tar.gz | |
cosmetic: more sensible place for protocol in info items
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 6e374dfb62..d4d7f70c25 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -858,14 +858,14 @@ <command>opening</command>, <command>running</command>, <command>closing</command>, <command>closed</command>]).</para></listitem> </varlistentry> <varlistentry> - <term>protocol</term> - <listitem><para>Version of the AMQP protocol in use (currently one of <command>amqp_0_9_1</command> or <command>amqp_0_8</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem> - </varlistentry> - <varlistentry> <term>channels</term> <listitem><para>Number of channels using the connection.</para></listitem> </varlistentry> <varlistentry> + <term>protocol</term> + <listitem><para>Version of the AMQP protocol in use (currently one of <command>amqp_0_9_1</command> or <command>amqp_0_8</command>). Note that if a client requests an AMQP 0-9 connection, we treat it as AMQP 0-9-1.</para></listitem> + </varlistentry> + <varlistentry> <term>user</term> <listitem><para>Username associated with the connection.</para></listitem> </varlistentry> |
