diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-05-10 16:39:01 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-05-10 16:39:01 +0100 |
| commit | 4e12216ebecd90afc97ddfea31b6f4394e8bbfbd (patch) | |
| tree | dccaff833b0ba6a39618b4b21a47930aa61fc398 /docs/usage.xsl | |
| parent | 6324169a1041a601712c8dd12a36bfaed56b3cd4 (diff) | |
| parent | b57ebc9d104ab2db4b44b874181db1cf21ecd2c2 (diff) | |
| download | rabbitmq-server-git-4e12216ebecd90afc97ddfea31b6f4394e8bbfbd.tar.gz | |
Merge up to a8da11d231ff from default to amqp_0_9_1. This causes
testConnectionQueueSameNode to fail due to a race in recovering
exclusive queues (bug 22695). We'll need a fix from default, so
leaving as is for the time being.
Diffstat (limited to 'docs/usage.xsl')
| -rw-r--r-- | docs/usage.xsl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/usage.xsl b/docs/usage.xsl index 72f8880ab1..a6cebd93bf 100644 --- a/docs/usage.xsl +++ b/docs/usage.xsl @@ -11,7 +11,7 @@ <xsl:output method="text" encoding="UTF-8" indent="no"/> -<xsl:strip-space elements="*"/> +<xsl:strip-space elements="*"/> <xsl:preserve-space elements="cmdsynopsis arg" /> <xsl:template match="/"> @@ -19,7 +19,7 @@ -module(<xsl:value-of select="$modulename" />). -export([usage/0]). usage() -> %QUOTE%Usage: -<xsl:value-of select="refentry/refsynopsisdiv/cmdsynopsis/command"/> +<xsl:value-of select="refentry/refsynopsisdiv/cmdsynopsis/command"/> <xsl:text> </xsl:text> <xsl:for-each select="refentry/refsynopsisdiv/cmdsynopsis/arg"> <xsl:apply-templates select="." /> @@ -28,7 +28,7 @@ usage() -> %QUOTE%Usage: <xsl:text> </xsl:text> -<!-- List options (any variable list in a section called "Options"). --> +<!-- List options (any variable list in a section called "Options"). --> <xsl:for-each select=".//*[title='Options']/variablelist"> <xsl:if test="position() = 1"> Options: </xsl:if> <xsl:for-each select="varlistentry"> @@ -40,13 +40,13 @@ usage() -> %QUOTE%Usage: </xsl:for-each> </xsl:for-each> -<!-- Any paragraphs which have been marked as role="usage" (principally for global flags). --> +<!-- Any paragraphs which have been marked as role="usage" (principally for global flags). --> <xsl:text> </xsl:text> <xsl:for-each select=".//*[title='Options']//para[@role='usage']"> <xsl:value-of select="normalize-space(.)"/><xsl:text> </xsl:text> </xsl:for-each> -<!-- List commands (any first-level variable list in a section called "Commands"). --> +<!-- List commands (any first-level variable list in a section called "Commands"). --> <xsl:for-each select=".//*[title='Commands']/variablelist | .//*[title='Commands']/refsect2/variablelist"> <xsl:if test="position() = 1">Commands: </xsl:if> <xsl:for-each select="varlistentry"> |
