Increase the -man -Tascii text width from 65 to 78 characters.

Patch by millert@, see OpenBSD tmac.an rev. 1.2.
Bump.
Requested by naddy@; ok espie@.
This commit is contained in:
schwarze 2010-10-28 14:41:55 +00:00
parent 433ce241b5
commit f8b61892f7
2 changed files with 27 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.5 2010/10/19 21:26:26 espie Exp $
# $OpenBSD: Makefile,v 1.6 2010/10/28 14:41:55 schwarze Exp $
CATEGORIES = textproc
COMMENT = gnu clone of nroff
# groff 1.15 as patched for OpenBSD-4.7
DISTNAME = groff-1.15.4.7
REVISION = 2
REVISION = 3
MASTER_SITES = http://www.bsdfrog.org/OpenBSD/distfiles/
# GPLv2

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-tmac_tmac_an,v 1.1 2010/10/28 14:41:55 schwarze Exp $
Increase the -man -Tascii text width from 65 to 78 characters.
Patch by millert@, see OpenBSD tmac.an rev. 1.2.
--- tmac/tmac.an.orig Sun Apr 9 09:58:30 2000
+++ tmac/tmac.an Mon May 24 22:59:49 2010
@@ -59,7 +59,18 @@
.el \{\
. nr IN 7.2n
.\}
-.nr LL 6.5i
+.if n \{\
+. nr ll 78n
+. ll 78n
+. nr lt 78n
+. lt 78n
+.\}
+.el \{\
+. nr ll 6.5i
+. ll 6.5i
+. nr lt 6.5i
+. lt 6.5i
+.\}
.PD
.nr PS 10 \" normal point-size
.nr SN 3n \" the indentation of sub-sub-headings relative to sub-headings