MFen revision 1.17

This commit is contained in:
Marc Fonvieille 2002-10-19 10:15:50 +00:00
parent e95947deb8
commit 96ee4b8f9e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14698

View file

@ -2,7 +2,7 @@
The FreeBSD Documentation Project
The FreeBSD French Documentation Project
$Id: freebsd.dsl,v 1.9 2002-09-21 21:11:55 blackend Exp $
$Id: freebsd.dsl,v 1.10 2002-10-19 10:15:50 blackend Exp $
$FreeBSD$
Original revision: 1.3
@ -64,6 +64,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.0-current"))
(("xfree86") (string-append u "&" "manpath=XFree86+4.2.0"))
(("netbsd") (string-append u "&" "manpath=NetBSD+1.5"))
(("ports") (string-append u "&" "manpath=FreeBSD+Ports"))