Update various manpath definitions to match current available versions
This commit is contained in:
parent
7056fd788c
commit
8be7ca6e50
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30546
1 changed files with 4 additions and 4 deletions
|
@ -212,11 +212,11 @@
|
|||
(data r) "&" "amp;" "sektion=" (data m))))
|
||||
(case v
|
||||
(("current") (string-append u "&" "amp;" "manpath=FreeBSD+7-current"))
|
||||
(("xfree86") (string-append u "&" "amp;" "manpath=XFree86+4.4.0"))
|
||||
(("xorg") (string-append u "&" "amp;" "manpath=X11R6.7.0"))
|
||||
(("xfree86") (string-append u "&" "amp;" "manpath=XFree86+4.5.0"))
|
||||
(("xorg") (string-append u "&" "amp;" "manpath=X11R7.2"))
|
||||
(("netbsd") (string-append u "&" "amp;" "manpath=NetBSD+3.0"))
|
||||
(("openbsd") (string-append u "&" "amp;" "manpath=OpenBSD+3.9"))
|
||||
(("ports") (string-append u "&" "amp;" "manpath=FreeBSD+6.1-RELEASE+and+Ports"))
|
||||
(("openbsd") (string-append u "&" "amp;" "manpath=OpenBSD+4.1"))
|
||||
(("ports") (string-append u "&" "amp;" "manpath=FreeBSD+6.2-RELEASE+and+Ports"))
|
||||
(else u))))
|
||||
|
||||
(element application ($bold-seq$))
|
||||
|
|
Loading…
Reference in a new issue