From 4c0770c1ecd159a77561d8e0364385f4bb758650 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 8 Feb 2017 03:02:13 +0000 Subject: Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years. --- regress/mdoc/Sh/badNAME.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 regress/mdoc/Sh/badNAME.in (limited to 'regress/mdoc/Sh/badNAME.in') diff --git a/regress/mdoc/Sh/badNAME.in b/regress/mdoc/Sh/badNAME.in new file mode 100644 index 00000000..85ebdbf7 --- /dev/null +++ b/regress/mdoc/Sh/badNAME.in @@ -0,0 +1,8 @@ +.Dd July 1, 2014 +.Dt SH-BADNAME 1 +.Os OpenBSD +.Sh NAME +.Em bad NAME section +.Nm Sh-badNAME +.Sh DESCRIPTION +The description appears before the name and is not marked up with Nd. -- cgit