As before, add the manpath to default man page URL, but do it in a more
correct, less obviously-wrong way.
This commit is contained in:
parent
9cd8c88749
commit
1ed8c4b195
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48283
1 changed files with 2 additions and 1 deletions
|
@ -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})">
|
||||
|
|
Loading…
Reference in a new issue