Update manpath for XFree (4.2.0 --> 4.3.0) and NetBSD (1.5 --> 1.6.1).

This commit is contained in:
Marc Fonvieille 2003-05-18 20:29:44 +00:00
parent c42464fdea
commit a8fefa0775
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16961

View file

@ -65,8 +65,8 @@
(data r) "&" "sektion=" (data m))))
(case v
(("current") (string-append u "&" "manpath=FreeBSD+5.0-current"))
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
(("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"))
(else u))))
]]>