[patch] Re: docs/177056: typo in link in handbook section 31.4.16
Taras Korenko
ds at ukrhub.net
Sun Oct 27 22:30:02 UTC 2013
The following reply was made to PR docs/177056; it has been noted by GNATS.
From: Taras Korenko <ds at ukrhub.net>
To: bug-followup at FreeBSD.org
Cc:
Subject: [patch] Re: docs/177056: typo in link in handbook section 31.4.16
Date: Mon, 28 Oct 2013 00:22:49 +0200
--gBBFr7Ir9EOA20Yy
Content-Type: text/plain; charset=koi8-u
Content-Disposition: inline
There're extraneous characters in freebsd-xhtml-common.xsl XSL template.
--
WBR, Taras Korenko
--gBBFr7Ir9EOA20Yy
Content-Type: text/x-diff; charset=koi8-u
Content-Disposition: attachment; filename="f-x-c.xsl.diff"
--- share/xsl/freebsd-xhtml-common.xsl.orig 2013-10-27 23:56:39.000000000 +0200
+++ share/xsl/freebsd-xhtml-common.xsl 2013-10-27 23:57:01.000000000 +0200
@@ -195,7 +195,7 @@
<xsl:template name="generate.citerefentry.link">
<xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
<xsl:value-of select="refentrytitle"/>
- <xsl:text>&sektion=</xsl:text>
+ <xsl:text>&sektion=</xsl:text>
<xsl:value-of select="manvolnum"/>
</xsl:template>
--gBBFr7Ir9EOA20Yy--
More information about the freebsd-doc
mailing list