svn commit: r48280 - head/share/xml

Warren Block wblock at FreeBSD.org
Sat Feb 27 15:36:35 UTC 2016


Author: wblock
Date: Sat Feb 27 15:36:33 2016
New Revision: 48280
URL: https://svnweb.freebsd.org/changeset/doc/48280

Log:
  Fix URLs for man page links, add manpath value to include ports.
  
  Approved by:	doceng (implicit)

Modified:
  head/share/xml/freebsd-fo.xsl

Modified: head/share/xml/freebsd-fo.xsl
==============================================================================
--- head/share/xml/freebsd-fo.xsl	Sat Feb 27 15:28:36 2016	(r48279)
+++ head/share/xml/freebsd-fo.xsl	Sat Feb 27 15:36:33 2016	(r48280)
@@ -388,8 +388,8 @@
     <xsl:variable name="xhref">
       <xsl:text>http://www.FreeBSD.org/cgi/man.cgi?query=</xsl:text>
       <xsl:value-of select="db:refentrytitle"/>
-      <xsl:text>&amp;sektion=</xsl:text>
-      <xsl:value-of select="db:manvolnum"/>
+      <xsl:text>&sektion=</xsl:text>
+      <xsl:value-of select="db:manvolnum"/>&manpath=freebsd-release-ports
     </xsl:variable>
 
     <fo:basic-link external-destination="url({$xhref})">


More information about the svn-doc-head mailing list