From d9f0f81c846a8405c29870e4a8379e5e79d1cad3 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/Va/basic.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 regress/mdoc/Va/basic.in (limited to 'regress/mdoc/Va/basic.in') diff --git a/regress/mdoc/Va/basic.in b/regress/mdoc/Va/basic.in new file mode 100644 index 00000000..5ce4718a --- /dev/null +++ b/regress/mdoc/Va/basic.in @@ -0,0 +1,14 @@ +.Dd July 8, 2012 +.Dt VA-BASIC 1 +.Os OpenBSD +.Sh NAME +.Nm Va-basic +.Nd basic usage of the variable name macro +.Sh DESCRIPTION +Both +.Vt char * +.Va malloc_options +and +.Vt int +.Va errno +are typical examples of global variables. -- cgit v1.2.3