svn commit: r48283 - head/share/xml

Warren Block wblock at FreeBSD.org
Sat Feb 27 19:45:22 UTC 2016


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})">


More information about the svn-doc-all mailing list