diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-04-28 16:25:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-04-28 16:25:11 +0000 |
commit | 68e287f8a84e78c626e8440ced37035bd5359eff (patch) | |
tree | deea97dcb6e08470e5fdff2808a934f6294a3bcf /regress/mdoc/Sh/parbefore.in | |
parent | 2d0ffb12fd226a8ad45b9f65ec2aab74fa62ec82 (diff) | |
download | mandoc-68e287f8a84e78c626e8440ced37035bd5359eff.tar.gz |
Delete .Pp right before the first .Sh and right before any .Ss,
and warn about it; mdoclint(1) does so, and it makes sense.
Diffstat (limited to 'regress/mdoc/Sh/parbefore.in')
-rw-r--r-- | regress/mdoc/Sh/parbefore.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/mdoc/Sh/parbefore.in b/regress/mdoc/Sh/parbefore.in new file mode 100644 index 00000000..880f3c41 --- /dev/null +++ b/regress/mdoc/Sh/parbefore.in @@ -0,0 +1,9 @@ +.Dd April 28, 2017 +.Dt SH-PARBEFORE 1 +.Os OpenBSD +.Pp +.Sh NAME +.Nm Sh-parbefore +.Nd paragraph macro before the first section header +.Sh DESCRIPTION +some text |