$OpenBSD: patch-tmac_troffrc,v 1.4 2014/11/06 22:15:23 schwarze Exp $
Disable hyphenation and adjustment (local change).
--- tmac/troffrc.orig	Sun Oct 12 23:00:09 2014
+++ tmac/troffrc	Sun Oct 12 23:27:06 2014
@@ -43,10 +43,16 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp tro
 .\" Set the hyphenation language to `us'.
 .do hla us
 .
-.\" Load hyphenation patterns and exceptions.
-.do hpf hyphen.us
-.do hpfa hyphenex.us
+.\" Disable hyphenation:
+.\" Do not load hyphenation patterns and exceptions.
+.\"do hpf hyphen.us
+.\"do hpfa hyphenex.us
 .
+.\" Disable adjustment by default,
+.\" such that manuals look similar with groff and mandoc(1).
+.ad l
+.de ad
+..
 .\" Handle paper formats.
 .do mso papersize.tmac
 .
