aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2001-08-27 04:01:40 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2001-08-27 04:01:40 +0000
commitcd4ba70ca7400763d4a23c84479dd711c18123c5 (patch)
treedfc7d9c23bcb65bfdd70d235be28935a0d236c4e
parent9b954e7acc6092fc57e33449db19283cab7c7757 (diff)
downloaddoc-cd4ba70ca7400763d4a23c84479dd711c18123c5.tar.gz
doc-cd4ba70ca7400763d4a23c84479dd711c18123c5.zip
Back out 1.43->1.44 delta, which turned on hyphenation and justification
by default for printed output. It turns out that this combination results in URLs running of the right margin of the printed page. This back-out is a temporary work-around to fix the PS/PDF documentation for the impending 4.4-RELEASE. Approved by: murray
Notes
Notes: svn path=/head/; revision=10481
-rw-r--r--share/sgml/freebsd.dsl8
1 files changed, 1 insertions, 7 deletions
diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl
index 00e3da5354..41a61a93be 100644
--- a/share/sgml/freebsd.dsl
+++ b/share/sgml/freebsd.dsl
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.48 2001/08/14 05:18:06 dd Exp $ -->
+<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.49 2001/08/14 05:22:57 dd Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % output.html "IGNORE">
@@ -206,12 +206,6 @@
(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.