From 927e1fbc0cbda249176e85ab4f1d1e2e78ea54f4 Mon Sep 17 00:00:00 2001 From: Udo Erdelhoff Date: Mon, 14 Oct 2002 11:04:26 +0000 Subject: [PATCH] Move toc-depth define to the correct position and reduce whitespace diff to the english original. --- release/doc/de_DE.ISO8859-1/share/sgml/release.dsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl b/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl index aa495908c1ab..122efbc35c16 100644 --- a/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl +++ b/release/doc/de_DE.ISO8859-1/share/sgml/release.dsl @@ -1,6 +1,6 @@ @@ -76,13 +76,13 @@ (("netbsd") (string-append u "&" "manpath=NetBSD+1.5")) (("ports") (string-append u "&" "manpath=FreeBSD+Ports")) (else (string-append u "&" "manpath=FreeBSD+5.0-current"))))) + ]]> - (define (toc-depth nd) - (if (string=? (gi nd) (normalize "book")) + (define (toc-depth nd) + (if (string=? (gi nd) (normalize "book")) 3 3)) - ]]>