Update the manpath for -CURRENT manual pages.
This commit is contained in:
parent
2c25bb3ce4
commit
49baa82f31
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17577
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
(u (string-append "http://www.FreeBSD.org/cgi/man.cgi?query="
|
||||||
(data r) "&" "sektion=" (data m))))
|
(data r) "&" "sektion=" (data m))))
|
||||||
(case v
|
(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"))
|
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
|
||||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
|
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
|
||||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
||||||
|
|
Loading…
Reference in a new issue