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/Rv/args.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/mdoc/Rv/args.in (limited to 'regress/mdoc/Rv/args.in') diff --git a/regress/mdoc/Rv/args.in b/regress/mdoc/Rv/args.in new file mode 100644 index 00000000..24f37eab --- /dev/null +++ b/regress/mdoc/Rv/args.in @@ -0,0 +1,15 @@ +.Dd July 29, 2014 +.Dt RV-ARGS 3 +.Os OpenBSD +.Sh NAME +.Nm Rv-args +.Nd arguments to the return value macro +.Sh RETURN VALUES +no arguments: +.Rv -std +.Pp +one argument: +.Rv -std one +.Pp +two arguments: +.Rv -std one two -- cgit