From 3f195b30d32ccc6681f84b179797e62a74c36df6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 5 Jan 2019 21:18:26 +0000 Subject: In groff, when the .SY block macro occurs in no-fill mode, the output line gets broken after the head. Do the same. --- regress/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/man/Makefile') diff --git a/regress/man/Makefile b/regress/man/Makefile index fb3e40bf..23d6e04b 100644 --- a/regress/man/Makefile +++ b/regress/man/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.17 2015/03/20 16:09:25 schwarze Exp $ +# $OpenBSD: Makefile,v 1.19 2019/01/05 21:13:55 schwarze Exp $ -SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS TH TP TS UR nf blank +SUBDIR = B BI EX HP IP MT OP PD PP RS SH SS SY TH TP TS UR nf blank .include "../Makefile.sub" .include -- cgit