diff options
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/St')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/St/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/St/badargs.out_markdown | 21 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/St/call.out_markdown | 17 |
3 files changed, 40 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/St/Makefile b/regress/usr.bin/mandoc/mdoc/St/Makefile index a1bde7e13af..d8b1a417e5a 100644 --- a/regress/usr.bin/mandoc/mdoc/St/Makefile +++ b/regress/usr.bin/mandoc/mdoc/St/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 2015/02/10 17:47:19 schwarze Exp $ +# $OpenBSD: Makefile,v 1.5 2017/03/05 19:59:26 schwarze Exp $ REGRESS_TARGETS = badargs call LINT_TARGETS = badargs call +MARKDOWN_TARGETS = badargs call # groff-1.22.3 defect: # - If the first argument of .St is the name of another macro, diff --git a/regress/usr.bin/mandoc/mdoc/St/badargs.out_markdown b/regress/usr.bin/mandoc/mdoc/St/badargs.out_markdown new file mode 100644 index 00000000000..12e4785f7d2 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/St/badargs.out_markdown @@ -0,0 +1,21 @@ +ST-INVALID(1) - General Commands Manual + +# NAME + +**St-invalid** - handling of invalid standard argument + +# STANDARDS + +valid argument: +IEEE Std 1003.1-2004 (“POSIX.1”) + +invalid argument: + +no arguments: + +two arguments: +IEEE Std 1003.1-2004 (“POSIX.1”) murks + +end of file + +OpenBSD - June 30, 2010 diff --git a/regress/usr.bin/mandoc/mdoc/St/call.out_markdown b/regress/usr.bin/mandoc/mdoc/St/call.out_markdown new file mode 100644 index 00000000000..4fb19ce3f4f --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/St/call.out_markdown @@ -0,0 +1,17 @@ +ST-CALL(1) - General Commands Manual + +# NAME + +**St-call** - the standard macro calling other macros + +# STANDARDS + +calling another macro: +**-called** + +valid argument: +IEEE Std 1003.1-2004 (“POSIX.1”) + +end of file + +OpenBSD - February 10, 2015 |