From 25b07ce44ad2c1d5e59d80a7abb5385c5d62169d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 19 Apr 2020 16:36:16 +0000 Subject: When .Bd, .D1, or .Dl is tagged, attach the permalink to the first few letters, similar to what was earlier done for .Pp. --- regress/mdoc/Dl/spacing.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'regress/mdoc/Dl/spacing.in') diff --git a/regress/mdoc/Dl/spacing.in b/regress/mdoc/Dl/spacing.in index bda53bbd..62252578 100644 --- a/regress/mdoc/Dl/spacing.in +++ b/regress/mdoc/Dl/spacing.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: spacing.in,v 1.5 2020/04/06 09:55:49 schwarze Exp $ +.\" $OpenBSD: spacing.in,v 1.6 2020/04/19 16:26:11 schwarze Exp $ .Dd $Mdocdate$ .Dt DL-SPACING 1 .Os @@ -6,9 +6,15 @@ .Nm Dl-spacing .Nd spacing in and around one-line literal displays .Sh DESCRIPTION +BEGINTEST +.Pp preceding text .Tg display .Dl spacing in and around one-line literal displays empty display: .Dl following text +.br +ENDTEST +.br +end of file -- cgit