From d79e4c4fad557c341e9ebfa8decddab27e360950 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Thu, 2 Aug 2001 03:24:04 +0000 Subject: [PATCH] Turn on justification and hyphenation by default for print output. --- share/sgml/freebsd.dsl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl index 794be03b7c..fbe2dbc4b7 100644 --- a/share/sgml/freebsd.dsl +++ b/share/sgml/freebsd.dsl @@ -1,4 +1,4 @@ - + @@ -205,6 +205,12 @@ (define withpgpkeys #f) + (define %default-quadding% + 'justify) + + (define %hyphenation% + #t) + ;; If a link is entered as "file://localhost/usr/ports" in the docs ;; then we only want to display "/usr/ports" in printed form.