diff options
author | ache <ache@FreeBSD.org> | 1995-01-17 21:08:33 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-17 21:08:33 +0000 |
commit | a6c1efb584dd8d9882bc93be941de87c9d83d1e8 (patch) | |
tree | e77e5249ab2ece7bcab54a4a416c796d77da64b3 | |
parent | 5dd705538c9ba4054c70b1ae6648f959f8be9f75 (diff) | |
download | FreeBSD-src-a6c1efb584dd8d9882bc93be941de87c9d83d1e8.zip FreeBSD-src-a6c1efb584dd8d9882bc93be941de87c9d83d1e8.tar.gz |
Oops, forget to add \{ \} in prev. commit
-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 080658d..6ff47da 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. |