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/Vt/noarg.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 regress/mdoc/Vt/noarg.in (limited to 'regress/mdoc/Vt/noarg.in') diff --git a/regress/mdoc/Vt/noarg.in b/regress/mdoc/Vt/noarg.in new file mode 100644 index 00000000..929dc05c --- /dev/null +++ b/regress/mdoc/Vt/noarg.in @@ -0,0 +1,12 @@ +.Dd January 20, 2011 +.Dt VT-NOARG 1 +.Os OpenBSD +.Sh NAME +.Nm Vt-noarg +.Nd variable type macro without arguments +.Sh DESCRIPTION +with arguments +.Vt signed int +no arguments +.Vt +end of test document -- cgit