From 2595ff3b9aa78939c12d69ef5dd54f667ecfa565 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sat, 24 Mar 2001 09:42:02 +0000 Subject: Turn on the generation of links to the man->HTML gateway. Provide a function which, given the manual page name and the section, returns the URL of man->HTML gateway to select the correct page. Translation teams should adjust this as necessary for their language specific freebsd.dsl so that the man pages that come up are in the correct language. --- en_US.ISO8859-1/share/sgml/freebsd.dsl | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'en_US.ISO8859-1/share/sgml/freebsd.dsl') diff --git a/en_US.ISO8859-1/share/sgml/freebsd.dsl b/en_US.ISO8859-1/share/sgml/freebsd.dsl index 0ee664bacf..c701261252 100644 --- a/en_US.ISO8859-1/share/sgml/freebsd.dsl +++ b/en_US.ISO8859-1/share/sgml/freebsd.dsl @@ -1,4 +1,4 @@ - + @@ -47,6 +47,17 @@ (literal "``") (process-children) (literal "''"))) + + + (define %refentry-xref-link% #t) + + + (define ($create-refentry-xref-link$ refentrytitle manvolnum) + (string-append "http://www.FreeBSD.org/cgi/man.cgi?" + refentrytitle + "(" + manvolnum + ")")) ]]> -- cgit v1.2.3