Add manpath for Xorg and update various other manpaths (6-CURRENT,
XFree86 4.4 and OpenBSD 3.4)
This commit is contained in:
parent
5b76ac685e
commit
419fb1d8a4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22165
1 changed files with 4 additions and 3 deletions
|
@ -208,10 +208,11 @@
|
|||
(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.2-current"))
|
||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.3.0"))
|
||||
(("current") (string-append u "&" "manpath=FreeBSD+6-current"))
|
||||
(("xfree86") (string-append u "&" "manpath=XFree86+4.4.0"))
|
||||
(("xorg") (string-append u "&" "manpath=X11R6.7.0"))
|
||||
(("netbsd") (string-append u "&" "manpath=NetBSD+1.6.1"))
|
||||
(("openbsd") (string-append u "&" "manpath=OpenBSD+3.3"))
|
||||
(("openbsd") (string-append u "&" "manpath=OpenBSD+3.4"))
|
||||
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))
|
||||
(else u))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue