aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/na
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
commitd9f0f81c846a8405c29870e4a8379e5e79d1cad3 (patch)
treec07efd74ac58650949dc67576001a720e688319f /regress/roff/na
parentcdbb1fca07752eb230e5219c22e9e65075c85b82 (diff)
downloadmandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.gz
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.zst
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.zip
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this, literally for years.
Diffstat (limited to 'regress/roff/na')
-rw-r--r--regress/roff/na/Makefile5
-rw-r--r--regress/roff/na/args.in9
-rw-r--r--regress/roff/na/args.out_ascii13
3 files changed, 27 insertions, 0 deletions
diff --git a/regress/roff/na/Makefile b/regress/roff/na/Makefile
new file mode 100644
index 00000000..1d2da255
--- /dev/null
+++ b/regress/roff/na/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $
+
+REGRESS_TARGETS=args
+
+.include <bsd.regress.mk>
diff --git a/regress/roff/na/args.in b/regress/roff/na/args.in
new file mode 100644
index 00000000..850c8dc7
--- /dev/null
+++ b/regress/roff/na/args.in
@@ -0,0 +1,9 @@
+.TH NA-ARGS 1 "January 17, 2011" OpenBSD
+.SH NAME
+na-args \- arguments to .na macros
+.SH DESCRIPTION
+some
+text
+.na arg1 arg2 arg3
+more
+text
diff --git a/regress/roff/na/args.out_ascii b/regress/roff/na/args.out_ascii
new file mode 100644
index 00000000..e10a3ae1
--- /dev/null
+++ b/regress/roff/na/args.out_ascii
@@ -0,0 +1,13 @@
+NA-ARGS(1) General Commands Manual NA-ARGS(1)
+
+
+
+NNAAMMEE
+ na-args - arguments to .na macros
+
+DDEESSCCRRIIPPTTIIOONN
+ some text more text
+
+
+
+OpenBSD January 17, 2011 NA-ARGS(1)