diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-19 16:36:16 +0000 |
commit | 25b07ce44ad2c1d5e59d80a7abb5385c5d62169d (patch) | |
tree | a8e00aace70544f81d2501a34aaf190b7d1d6b33 /regress/mdoc/Bd/paragraph.in | |
parent | a7eb58f8be5552047bb2594077d548bec819a6d5 (diff) | |
download | mandoc-25b07ce44ad2c1d5e59d80a7abb5385c5d62169d.tar.gz |
When .Bd, .D1, or .Dl is tagged, attach the permalink
to the first few letters, similar to what was earlier done for .Pp.
Diffstat (limited to 'regress/mdoc/Bd/paragraph.in')
-rw-r--r-- | regress/mdoc/Bd/paragraph.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/mdoc/Bd/paragraph.in b/regress/mdoc/Bd/paragraph.in index 8ac0cc00..3f27dc72 100644 --- a/regress/mdoc/Bd/paragraph.in +++ b/regress/mdoc/Bd/paragraph.in @@ -1,4 +1,4 @@ -.\" $OpenBSD: paragraph.in,v 1.2 2020/04/06 09:55:49 schwarze Exp $ +.\" $OpenBSD: paragraph.in,v 1.3 2020/04/19 16:26:11 schwarze Exp $ .Dd $Mdocdate$ .Dt BD-PARAGRAPH 1 .Os @@ -28,12 +28,12 @@ to normal another paragraph .Tg unfilled -.Bd -unfilled -unfilled +.Bd -literal +unfilled literal display .Tg upara .Pp -unfilled +unfilled literal paragraph .Ed again back |