aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ex
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ex')
-rw-r--r--regress/mdoc/Ex/Makefile1
-rw-r--r--regress/mdoc/Ex/args.out_markdown18
-rw-r--r--regress/mdoc/Ex/noname.out_markdown18
-rw-r--r--regress/mdoc/Ex/nostd.out_markdown18
4 files changed, 55 insertions, 0 deletions
diff --git a/regress/mdoc/Ex/Makefile b/regress/mdoc/Ex/Makefile
index 8a714ce1..af31cf78 100644
--- a/regress/mdoc/Ex/Makefile
+++ b/regress/mdoc/Ex/Makefile
@@ -2,6 +2,7 @@
REGRESS_TARGETS = args noname nostd
LINT_TARGETS = noname nostd
+MARKDOWN_TARGETS = args noname nostd
# groff-1.22.2 defect:
# - .Ex without -std produces no output
diff --git a/regress/mdoc/Ex/args.out_markdown b/regress/mdoc/Ex/args.out_markdown
new file mode 100644
index 00000000..9c70152e
--- /dev/null
+++ b/regress/mdoc/Ex/args.out_markdown
@@ -0,0 +1,18 @@
+EX-ARGS(1) - General Commands Manual
+
+# NAME
+
+**Ex-args** - arguments to the exit value macro
+
+# EXIT STATUS
+
+no arguments:
+The **Ex-args** utility exits 0 on success, and >0 if an error occurs.
+
+one argument:
+The **one** utility exits 0 on success, and >0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
+
+OpenBSD - July 29, 2014
diff --git a/regress/mdoc/Ex/noname.out_markdown b/regress/mdoc/Ex/noname.out_markdown
new file mode 100644
index 00000000..4fad75bb
--- /dev/null
+++ b/regress/mdoc/Ex/noname.out_markdown
@@ -0,0 +1,18 @@
+EX-NONAME(1) - General Commands Manual
+
+# NAME
+
+**‌** - exit value macro without an available name
+
+# EXIT STATUS
+
+no arguments:
+The utility exits 0 on success, and >0 if an error occurs.
+
+one argument:
+The **one** utility exits 0 on success, and >0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
+
+OpenBSD - July 29, 2014
diff --git a/regress/mdoc/Ex/nostd.out_markdown b/regress/mdoc/Ex/nostd.out_markdown
new file mode 100644
index 00000000..c3020fcb
--- /dev/null
+++ b/regress/mdoc/Ex/nostd.out_markdown
@@ -0,0 +1,18 @@
+EX-NOSTD(1) - General Commands Manual
+
+# NAME
+
+**Ex-nostd** - exit value macros without -std arguments
+
+# EXIT STATUS
+
+no arguments:
+The **Ex-nostd** utility exits 0 on success, and >0 if an error occurs.
+
+one argument:
+The **one** utility exits 0 on success, and >0 if an error occurs.
+
+two arguments:
+The **one** and **two** utilities exit 0 on success, and >0 if an error occurs.
+
+OpenBSD - July 29, 2014