Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2016 15:36:34 +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: r48280 - head/share/xml
Message-ID:  <201602271536.u1RFaYum038047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>&#38;amp;sektion=</xsl:text>
-      <xsl:value-of select="db:manvolnum"/>
+      <xsl:text>&amp;sektion=</xsl:text>
+      <xsl:value-of select="db:manvolnum"/>&amp;manpath=freebsd-release-ports
     </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?201602271536.u1RFaYum038047>