summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2015-04-24 22:23:06 +0200
committerAndy Wingo <wingo@pobox.com>2015-08-15 22:14:07 +0200
commite54b89933d45deecf5066b2e77bc94b31b216d01 (patch)
tree2666bc0609c4fb52d766b0728b680fd2b8d51edd /man
parent884c10fbec1b8247dc620026b5e1b7a5cac0c2eb (diff)
Replace systemd.version with elogind.version.
Diffstat (limited to 'man')
-rw-r--r--man/custom-html.xsl4
-rw-r--r--man/custom-man.xsl4
2 files changed, 4 insertions, 4 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl
index 0d4763f5f..62f852034 100644
--- a/man/custom-html.xsl
+++ b/man/custom-html.xsl
@@ -222,8 +222,8 @@
</a>
<span style="float:right">
- <xsl:text>systemd </xsl:text>
- <xsl:value-of select="$systemd.version"/>
+ <xsl:text>elogind </xsl:text>
+ <xsl:value-of select="$elogind.version"/>
</span>
<hr/>
</xsl:template>
diff --git a/man/custom-man.xsl b/man/custom-man.xsl
index e1b8d3618..bb82f5911 100644
--- a/man/custom-man.xsl
+++ b/man/custom-man.xsl
@@ -44,8 +44,8 @@
</xsl:call-template>
<xsl:text>" "</xsl:text>
<xsl:value-of select="normalize-space($section)"/>
- <xsl:text>" "" "systemd </xsl:text>
- <xsl:value-of select="$systemd.version"/>
+ <xsl:text>" "" "elogind </xsl:text>
+ <xsl:value-of select="$elogind.version"/>
<xsl:text>" "</xsl:text>
<xsl:value-of select="normalize-space($extra3)"/>
<xsl:text>"&#10;</xsl:text>