Whamcloud - gitweb
LUDOC-11 misc: Correct version number for condition l2C 13/33613/2
authorJoseph Gmitter <jgmitter@whamcloud.com>
Wed, 7 Nov 2018 18:13:51 +0000 (13:13 -0500)
committerJoseph Gmitter <jgmitter@whamcloud.com>
Wed, 7 Nov 2018 18:24:42 +0000 (18:24 +0000)
The release number for l2C is wrong in the PDF style sheet,
incorrectly having 2.11 instead of 2.12.

Signed-off-by: Joseph Gmitter <jgmitter@whamcloud.com>
Change-Id: Id7fce45e06d9019f76b9c204ae152ff92ed530a8
Reviewed-on: https://review.whamcloud.com/33613
Tested-by: Jenkins
style/customstyle_fo.xsl

index ffa8b2f..ad27b6d 100644 (file)
                        <xsl:when test="@condition = 'l29'">Introduced in Lustre 2.9</xsl:when>
                        <xsl:when test="@condition = 'l2A'">Introduced in Lustre 2.10</xsl:when>
                        <xsl:when test="@condition = 'l2B'">Introduced in Lustre 2.11</xsl:when>
-                       <xsl:when test="@condition = 'l2C'">Introduced in Lustre 2.11</xsl:when>
+                       <xsl:when test="@condition = 'l2C'">Introduced in Lustre 2.12</xsl:when>
                        <xsl:otherwise>Documentation Error: unrecognised condition attribute</xsl:otherwise>
                </xsl:choose>
        </xsl:variable>
                        <xsl:when test="@condition='l29'">L 2.9</xsl:when>
                        <xsl:when test="@condition='l2A'">L 2.10</xsl:when>
                        <xsl:when test="@condition='l2B'">L 2.11</xsl:when>
-                       <xsl:when test="@condition='l2C'">L 2.11</xsl:when>
+                       <xsl:when test="@condition='l2C'">L 2.12</xsl:when>
                        <xsl:otherwise></xsl:otherwise>
                </xsl:choose>
        </xsl:variable>