mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
6957b8ed8b
This reverts commit 3e7649f01b
.
turns out that home-manager depends on it, and restoring this patch for
now seems preferrable to breaking home-manager until they move away from
docbook for their manpage generation.
12 lines
385 B
Diff
12 lines
385 B
Diff
--- a/manpages/lists.xsl
|
|
+++ b/manpages/lists.xsl
|
|
@@ -110,7 +110,7 @@
|
|
<xsl:text>.RE </xsl:text>
|
|
</xsl:template>
|
|
|
|
-<xsl:template match="d:varlistentry/d:term"/>
|
|
+<xsl:template match="d:varlistentry/d:term" priority="1"/>
|
|
<xsl:template match="d:glossentry/d:glossterm"/>
|
|
|
|
<xsl:template match="d:variablelist[ancestor::d:listitem or ancestor::d:step or ancestor::d:glossdef]|
|