svn commit: r48283 - head/share/xml
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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})">
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"