groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/02: * tmac/sv.tmac: Fix `.hy' settings (#48904).


From: Werner LEMBERG
Subject: [groff] 02/02: * tmac/sv.tmac: Fix `.hy' settings (#48904).
Date: Fri, 9 Sep 2016 06:47:35 +0000 (UTC)

wl pushed a commit to branch master
in repository groff.

commit 08afa961a01e337398ef9cd62c891d0ecb0d7e30
Author: Werner Lemberg <address@hidden>
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  <address@hidden>
 
+       * 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  <address@hidden>
+
        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 � �  � �



reply via email to

[Prev in Thread] Current Thread [Next in Thread]