Update manpath to 5.2-current

This commit is contained in:
Marc Fonvieille 2004-01-16 16:02:01 +00:00
parent 42b618ed76
commit e8ae652251
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19679

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.1-current"))
(("current") (string-append u "&" "manpath=FreeBSD+5.2-current"))
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
(("openbsd") (string-append u "&" "manpath=OpenBSD+3.3"))