diff options
author | 2010-06-06 16:24:32 +0000 | |
---|---|---|
committer | 2010-06-06 16:24:32 +0000 | |
commit | 18f0790d2cf8dbd97c3347b07ee5ee50d2cd2ca7 (patch) | |
tree | 7235f59b02e50fc2b1f723406c2092ac8ca75978 | |
parent | use .L* for local labels and other small cosmetics (diff) | |
download | wireguard-openbsd-18f0790d2cf8dbd97c3347b07ee5ee50d2cd2ca7.tar.xz wireguard-openbsd-18f0790d2cf8dbd97c3347b07ee5ee50d2cd2ca7.zip |
Back out rev. 1.2 which breakes the .hw roff instruction,
found the hard way by matthieu@ and krw@
in /usr/xenocara/lib/libXaw/spec/strings.mit.
This needs to be done more carefully. Sorry!
-rw-r--r-- | gnu/usr.bin/groff/tmac/troffrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/tmac/troffrc b/gnu/usr.bin/groff/tmac/troffrc index 8d99e96c9a1..19024438ea9 100644 --- a/gnu/usr.bin/groff/tmac/troffrc +++ b/gnu/usr.bin/groff/tmac/troffrc @@ -20,7 +20,7 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troffrc!html .do tr \[char160] .\" Set the hyphenation language to `us'. -.\" .do hla us +.do hla us .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). -.\" .do hpf hyphen.us +.do hpf hyphen.us .\" Don't let blank lines creep in here. |