From 064e8ea72f2d7bac4d2f3dbd3e2ffc3f6c05774c Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 2 Apr 2020 15:04:36 +0000 Subject: Copy tagged strings before marking hyphens as breakable. For example, this makes ":tCo-processes" work in ksh(1). --- regress/mdoc/Tg/warn.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/mdoc/Tg/warn.in') diff --git a/regress/mdoc/Tg/warn.in b/regress/mdoc/Tg/warn.in index af40f012..ad9b5530 100644 --- a/regress/mdoc/Tg/warn.in +++ b/regress/mdoc/Tg/warn.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: warn.in,v 1.1 2020/03/13 00:31:06 schwarze Exp $ +.\" $OpenBSD: warn.in,v 1.2 2020/04/02 14:55:29 schwarze Exp $ .Dd $Mdocdate$ .Dt TG-WARN 1 .Os @@ -8,7 +8,7 @@ .Sh DESCRIPTION BEGINTEST .Pp -.Tg start +.Tg start-tag initial text .Tg -- cgit