From owner-svn-doc-all@freebsd.org  Sat Feb 27 19:45:22 2016
Return-Path: <owner-svn-doc-all@freebsd.org>
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBA97AB7189;
 Sat, 27 Feb 2016 19:45:22 +0000 (UTC)
 (envelope-from wblock@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 8D12E36F;
 Sat, 27 Feb 2016 19:45:22 +0000 (UTC)
 (envelope-from wblock@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1RJjL9r011280;
 Sat, 27 Feb 2016 19:45:21 GMT (envelope-from wblock@FreeBSD.org)
Received: (from wblock@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1RJjLaU011279;
 Sat, 27 Feb 2016 19:45:21 GMT (envelope-from wblock@FreeBSD.org)
Message-Id: <201602271945.u1RJjLaU011279@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: wblock set sender to
 wblock@FreeBSD.org using -f
From: Warren Block <wblock@FreeBSD.org>
Date: Sat, 27 Feb 2016 19:45:21 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
 svn-doc-head@freebsd.org
Subject: svn commit: r48283 - head/share/xml
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for &quot;
 user&quot; , &quot; projects&quot; , and &quot; translations&quot;
 \)" <svn-doc-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>,
 <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/>
List-Post: <mailto:svn-doc-all@freebsd.org>
List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>,
 <mailto:svn-doc-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 27 Feb 2016 19:45:22 -0000

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>&amp;sektion=</xsl:text>
-      <xsl:value-of select="db:manvolnum"/>&amp;manpath=freebsd-release-ports
+      <xsl:value-of select="db:manvolnum"/>
+      <xsl:text>&amp;manpath=freebsd-release-ports</xsl:text>
     </xsl:variable>
 
     <fo:basic-link external-destination="url({$xhref})">