Update the manpath for -CURRENT manual pages.

This commit is contained in:
Marc Fonvieille 2003-07-16 15:35:12 +00:00
parent 2c25bb3ce4
commit 49baa82f31
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17577

View file

@ -190,7 +190,7 @@
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
(data r) "&" "sektion=" (data m))))
(case v
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
(("current") (string-append u "&" "manpath=FreeBSD+5.1-current"))
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))