diff options
| -rw-r--r-- | gnu/usr.bin/groff/tmac/troffrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/troffrc b/gnu/usr.bin/groff/tmac/troffrc index 080658d8ee85..6ff47dad2a6a 100644 --- a/gnu/usr.bin/groff/tmac/troffrc +++ b/gnu/usr.bin/groff/tmac/troffrc @@ -20,10 +20,12 @@ troffrc!X100 troffrc!X100-12 .do tr \[char160] .\" Set the hyphenation language to `us'. .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). -.ie "\*[.T]"koi8-r" \ +.ie "\*[.T]"koi8-r" \{\ .do hla us-ru .do hpf hyphen.us-ru -.el \ +. \} +.el \{\ .do hla us .do hpf hyphen.us +. \} .\" Don't let blank lines creep in here. |
