Date: Sat, 27 Feb 2016 19:45:21 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48283 - head/share/xml Message-ID: <201602271945.u1RJjLaU011279@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Sat Feb 27 19:45:21 2016 New Revision: 48283 URL: https://svnweb.freebsd.org/changeset/doc/48283 Log: As before, add the manpath to default man page URL, but do it in a more correct, less obviously-wrong way. Modified: head/share/xml/freebsd-fo.xsl Modified: head/share/xml/freebsd-fo.xsl ============================================================================== --- head/share/xml/freebsd-fo.xsl Sat Feb 27 16:10:01 2016 (r48282) +++ head/share/xml/freebsd-fo.xsl Sat Feb 27 19:45:21 2016 (r48283) @@ -389,7 +389,8 @@ <xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text> <xsl:value-of select="db:refentrytitle"/> <xsl:text>&sektion=</xsl:text> - <xsl:value-of select="db:manvolnum"/>&manpath=freebsd-release-ports + <xsl:value-of select="db:manvolnum"/> + <xsl:text>&manpath=freebsd-release-ports</xsl:text> </xsl:variable> <fo:basic-link external-destination="url({$xhref})">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602271945.u1RJjLaU011279>