Fix URLs for man page links, add manpath value to include ports.
Approved by: doceng (implicit)
This commit is contained in:
parent
afc347f928
commit
5266a61595
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48280
1 changed files with 2 additions and 2 deletions
|
@ -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})">
|
||||
|
|
Loading…
Reference in a new issue