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/Bl/noIt.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 regress/mdoc/Bl/noIt.in (limited to 'regress/mdoc/Bl/noIt.in') diff --git a/regress/mdoc/Bl/noIt.in b/regress/mdoc/Bl/noIt.in new file mode 100644 index 00000000..46d8c0d2 --- /dev/null +++ b/regress/mdoc/Bl/noIt.in @@ -0,0 +1,24 @@ +.Dd October 6, 2013 +.Dt BL-NOIT 1 +.Os OpenBSD +.Sh NAME +.Nm Bl-noIt +.Nd list missing item macros +.Sh DESCRIPTION +.Bl -tag -width Ds +Stray text. +.Em More stray text. +.It tag +Tagged text. +.El +.Bl -bullet +Stray text. +.Sm off +.Em More Sy stray Em text. +.Sm on +.It +Bullet point. +.El +.Bl -dash +Stray text only. +.El -- cgit