Make manpage links for 5.0-CURRENT release documents explicitly access the

FreeBSD 5.0-CURRENT manpages on the Web site, instead of pointing at
the (possibly wrong) default manpages.

MFC after:	3 days
This commit is contained in:
bmah 2001-12-11 23:55:41 +00:00
parent a82545dcd4
commit 52b8de5a2e

View File

@ -63,7 +63,8 @@
<!-- Specify how to generate the man page link HREF -->
(define ($create-refentry-xref-link$ refentrytitle manvolnum)
(string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
refentrytitle "&" "sektion=" manvolnum))
refentrytitle "&" "sektion=" manvolnum
"&" "manpath=FreeBSD+5.0-current"))
]]>
(define (toc-depth nd)