Turn on justification and hyphenation by default for print output.

This commit is contained in:
Murray Stokely 2001-08-02 03:24:04 +00:00
parent 104285ddd1
commit d79e4c4fad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10137

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.42 2001/07/24 23:09:25 chern Exp $ -->
<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.43 2001/07/27 21:16:55 murray Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % output.html "IGNORE">
@ -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.