1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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:
Bruce A. Mah 2001-12-11 23:55:41 +00:00
parent caa648017b
commit e581388480
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87711

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)