nixos/lib/make-options-doc: remove loaOf subs

Remove the substitution for the <name?> placeholder used by loaOf,
now that the type has been deprecated.
This commit is contained in:
rnhmjoj 2020-09-01 15:12:36 +02:00
parent bc62423a87
commit 3f8a3246f4
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -20,7 +20,7 @@
<title>Configuration Options</title>
<variablelist xml:id="configuration-variable-list">
<xsl:for-each select="attrs">
<xsl:variable name="id" select="concat('opt-', str:replace(str:replace(str:replace(str:replace(attr[@name = 'name']/string/@value, '*', '_'), '&lt;', '_'), '>', '_'), '?', '_'))" />
<xsl:variable name="id" select="concat('opt-', str:replace(str:replace(str:replace(attr[@name = 'name']/string/@value, '*', '_'), '&lt;', '_'), '>', '_'))" />
<varlistentry>
<term xlink:href="#{$id}">
<xsl:attribute name="xml:id"><xsl:value-of select="$id"/></xsl:attribute>