diff options
Diffstat (limited to 'regress/roff/na')
-rw-r--r-- | regress/roff/na/Makefile | 5 | ||||
-rw-r--r-- | regress/roff/na/args.in | 9 | ||||
-rw-r--r-- | regress/roff/na/args.out_ascii | 13 |
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) |