98b4adfee4
* Unbreak groff manuals by using tbl(1); reported by pascal@. * Deal with our Mdocdate cvs keyword; as designed by jmc@ in 2007. * Use troffrc for OpenBSD config changes; suggested by Werner Lemberg. * Unbreak the hdtbl examples; from upstream. * Volume names in man(7) page headers; suggested by Yuri Pankov. * Update various string tables; coordinated with upstream. * Add a README explaining local changes; using feedback from pascal@. * Better description and bump. ok pascal@, and tested in an i386 bulk build by naddy@, thanks!
24 lines
679 B
Plaintext
24 lines
679 B
Plaintext
$OpenBSD: patch-tmac_troffrc,v 1.2 2011/12/04 15:41:26 schwarze Exp $
|
|
--- tmac/troffrc.orig Fri Dec 31 08:33:09 2010
|
|
+++ tmac/troffrc Sun Oct 16 14:28:38 2011
|
|
@@ -37,10 +37,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
|
|
.
|