aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/St
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/St')
-rw-r--r--regress/mdoc/St/Makefile1
-rw-r--r--regress/mdoc/St/badargs.out_markdown21
-rw-r--r--regress/mdoc/St/call.out_markdown17
3 files changed, 39 insertions, 0 deletions
diff --git a/regress/mdoc/St/Makefile b/regress/mdoc/St/Makefile
index a1bde7e1..488467de 100644
--- a/regress/mdoc/St/Makefile
+++ b/regress/mdoc/St/Makefile
@@ -2,6 +2,7 @@
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/mdoc/St/badargs.out_markdown b/regress/mdoc/St/badargs.out_markdown
new file mode 100644
index 00000000..12e4785f
--- /dev/null
+++ b/regress/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/mdoc/St/call.out_markdown b/regress/mdoc/St/call.out_markdown
new file mode 100644
index 00000000..4fb19ce3
--- /dev/null
+++ b/regress/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