diff options
| author | Simon MacMullen <simon@lshift.net> | 2010-02-25 13:49:02 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@lshift.net> | 2010-02-25 13:49:02 +0000 |
| commit | c2a4431b59d492bd734df6878bd6d14490712add (patch) | |
| tree | a68a7391beb87f3f341e274e1f9a3f050efb8be4 /docs/usage.xsl | |
| parent | 60c14baa96118e587b12716b49f7d66e487a5939 (diff) | |
| download | rabbitmq-server-git-c2a4431b59d492bd734df6878bd6d14490712add.tar.gz | |
Convert all the other man pages to DocBook, fix rabbitmq-multi usage message.
Diffstat (limited to 'docs/usage.xsl')
| -rw-r--r-- | docs/usage.xsl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/usage.xsl b/docs/usage.xsl index fee452f4e7..14dd31886b 100644 --- a/docs/usage.xsl +++ b/docs/usage.xsl @@ -23,8 +23,8 @@ </xsl:for-each> <!-- List options (any variable list in a section called "Options"). --> -Options: <xsl:for-each select=".//*[title='Options']/variablelist"> + <xsl:if test="position() = 1"> Options: </xsl:if> <xsl:for-each select="varlistentry"> <xsl:text> </xsl:text> <xsl:for-each select=".//term"> @@ -35,8 +35,8 @@ Options: </xsl:for-each> <!-- List commands (any first-level variable list in a section called "Commands"). --> -Commands: -<xsl:for-each select=".//*[title='Commands']/refsect2/variablelist"> +<xsl:for-each select=".//*[title='Commands']/variablelist | .//*[title='Commands']/refsect2/variablelist"> + <xsl:if test="position() = 1"> Commands: </xsl:if> <xsl:for-each select="varlistentry"> <xsl:text> </xsl:text> <xsl:apply-templates select="term"/> |
