wl pushed a commit to branch master
in repository groff.
commit 08afa961a01e337398ef9cd62c891d0ecb0d7e30
Author: Werner Lemberg <[email protected]>
Date: Fri Sep 9 08:46:19 2016 +0200
* tmac/sv.tmac: Fix `.hy' settings (#48904).
The Swedish patterns allow hyphenation after the first character and
before the last two characters, not vice versa.
---
ChangeLog | 7 +++++++
tmac/sv.tmac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ff2ab4d..62f7ded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-09-09 Werner LEMBERG <[email protected]>
+ * tmac/sv.tmac: Fix `.hy' settings (#48904).
+
+ The Swedish patterns allow hyphenation after the first character and
+ before the last two characters, not vice versa.
+
+2016-09-09 Werner LEMBERG <[email protected]>
+
troff: Fix hyphenation (#48904).
This commit fixes two bugs present from the very beginning: troff
diff --git a/tmac/sv.tmac b/tmac/sv.tmac
index df2519f..0e1cf22 100644
--- a/tmac/sv.tmac
+++ b/tmac/sv.tmac
@@ -109,7 +109,7 @@
. \" update the date
. ds DY \n[dy] \*[MO] \n[year]
. \" set hyphenation flags
-. nr HY 8
+. nr HY 4
.\}
.
.
@@ -129,7 +129,7 @@
.
.\" Swedish hyphenation
.ss 12 0
-.hy 8
+.hy 4
.hcode � � � �
.hcode � � � �
.hcode � � � �
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit