diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 11:06:36 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 11:06:36 +0100 |
| commit | 3579c99cdaf9752fada6098ed40886b76b3e958c (patch) | |
| tree | e2954004e35d177a774105f9d462f667417d74a2 /docs | |
| parent | 78e31457cf34bb02b4d66f12d4fdf0e906d6abae (diff) | |
| parent | 4ff838e74360176024305c2101f4fc6b1c09e50b (diff) | |
| download | rabbitmq-server-git-3579c99cdaf9752fada6098ed40886b76b3e958c.tar.gz | |
Merge bug22889 into amqp_0_9_1
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html-to-website-xml.xsl | 4 | ||||
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/html-to-website-xml.xsl b/docs/html-to-website-xml.xsl index f2117e2679..662dbea00a 100644 --- a/docs/html-to-website-xml.xsl +++ b/docs/html-to-website-xml.xsl @@ -58,13 +58,13 @@ <!-- Specific instructions to revert the DocBook HTML to be more like our ad-hoc XML schema --> <xsl:template match="div[@class='refsect1'] | div[@class='refnamediv'] | div[@class='refsynopsisdiv']"> - <doc:section name="{@title}"> + <doc:section name="{h2}"> <xsl:apply-templates select="node()"/> </doc:section> </xsl:template> <xsl:template match="div[@class='refsect2']"> - <doc:subsection name="{@title}"> + <doc:subsection name="{h3}"> <xsl:apply-templates select="node()"/> </doc:subsection> </xsl:template> diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index a2038cf0e9..9280b95c15 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -862,6 +862,10 @@ <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>{0,9,1}</command> or <command>{0,8,0}</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> |
