Fix typo from the previous commit.

svn path=/nixos/trunk/; revision=17674
wip/yesman
Nicolas Pierron 15 years ago
parent 2fe37ffe21
commit 11025f3462
  1. 2
      doc/manual/options-to-docbook.xsl

@ -157,7 +157,7 @@
<!-- Print the filename and make it user-friendly by removing the
/nix/store/<hash> prefix. -->
<xsl:choose>
<xsl:when test="start-with(@value, '/nix/store/')">
<xsl:when test="starts-with(@value, '/nix/store/')">
<xsl:value-of select="substring-after(@value, '-')"/>
</xsl:when>
<xsl:otherwise>

Loading…
Cancel
Save