diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-27 20:14:04 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-27 20:14:04 +0100 |
| commit | e2fdeecfcb86f736f42d5bafb61479674b84041d (patch) | |
| tree | 2862c7ae8623cbd9920be2e0ac236305799867cd /docs/usage.xsl | |
| parent | 0c27fe84074529409350dc8eb56519390434a396 (diff) | |
| download | rabbitmq-server-git-e2fdeecfcb86f736f42d5bafb61479674b84041d.tar.gz | |
cosmetic: remove trailing whitespace from doc templates
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"> |
