diff options
author | ache <ache@FreeBSD.org> | 1995-01-19 10:39:22 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-19 10:39:22 +0000 |
commit | 5a8f534a66840701dd44eae4613ef1cce1feb783 (patch) | |
tree | 4b5b62dc2dd6c10577e0f8d96888356bbd25fd64 | |
parent | 7c98836d83b93dc15543f825bb744d6fa1ab3bf1 (diff) | |
download | FreeBSD-src-5a8f534a66840701dd44eae4613ef1cce1feb783.zip FreeBSD-src-5a8f534a66840701dd44eae4613ef1cce1feb783.tar.gz |
Remove sneaked tabs
Submitted by: Ollivier Robert
-rw-r--r-- | gnu/usr.bin/groff/tmac/troffrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/tmac/troffrc b/gnu/usr.bin/groff/tmac/troffrc index 6ff47da..6390c0b 100644 --- a/gnu/usr.bin/groff/tmac/troffrc +++ b/gnu/usr.bin/groff/tmac/troffrc @@ -21,11 +21,11 @@ troffrc!X100 troffrc!X100-12 .\" Set the hyphenation language to `us'. .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). .ie "\*[.T]"koi8-r" \{\ -.do hla us-ru -.do hpf hyphen.us-ru +.do hla us-ru +.do hpf hyphen.us-ru . \} .el \{\ -.do hla us -.do hpf hyphen.us +.do hla us +.do hpf hyphen.us . \} .\" Don't let blank lines creep in here. |