diff options
Diffstat (limited to 'regress/mdoc/Bx')
-rw-r--r-- | regress/mdoc/Bx/Makefile | 5 | ||||
-rw-r--r-- | regress/mdoc/Bx/args.in | 26 | ||||
-rw-r--r-- | regress/mdoc/Bx/args.out_ascii | 21 |
3 files changed, 52 insertions, 0 deletions
diff --git a/regress/mdoc/Bx/Makefile b/regress/mdoc/Bx/Makefile new file mode 100644 index 00000000..b27441d0 --- /dev/null +++ b/regress/mdoc/Bx/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:45 schwarze Exp $ + +REGRESS_TARGETS=args + +.include <bsd.regress.mk> diff --git a/regress/mdoc/Bx/args.in b/regress/mdoc/Bx/args.in new file mode 100644 index 00000000..32530959 --- /dev/null +++ b/regress/mdoc/Bx/args.in @@ -0,0 +1,26 @@ +.Dd January 30, 2011 +.Dt BX-ARGS 1 +.Os OpenBSD +.Sh NAME +.Nm Bx-args +.Nd arguments to the BSD macro +.Sh DESCRIPTION +no arguments: +.Bx +.Pp +one standard argument: +.Bx 4.4 +.Pp +one non-standard argument: +.Bx nett +.Pp +one semi-standard argument: +.Bx 4.1c +.Pp +two standard arguments: +.Bx 4.3 reno +.Pp +more arguments: +.Bx 4.3 tahoe and some additional words +.Pp +end of test document diff --git a/regress/mdoc/Bx/args.out_ascii b/regress/mdoc/Bx/args.out_ascii new file mode 100644 index 00000000..9f45970e --- /dev/null +++ b/regress/mdoc/Bx/args.out_ascii @@ -0,0 +1,21 @@ +BX-ARGS(1) General Commands Manual BX-ARGS(1) + +NNAAMMEE + BBxx--aarrggss - arguments to the BSD macro + +DDEESSCCRRIIPPTTIIOONN + no arguments: BSD + + one standard argument: 4.4BSD + + one non-standard argument: nettBSD + + one semi-standard argument: 4.1cBSD + + two standard arguments: 4.3BSD-Reno + + more arguments: 4.3BSD-Tahoe and some additional words + + end of test document + +OpenBSD January 30, 2011 OpenBSD |