aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fo/noarg.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Fo/noarg.out_markdown')
-rw-r--r--regress/mdoc/Fo/noarg.out_markdown32
1 files changed, 32 insertions, 0 deletions
diff --git a/regress/mdoc/Fo/noarg.out_markdown b/regress/mdoc/Fo/noarg.out_markdown
new file mode 100644
index 00000000..36a83507
--- /dev/null
+++ b/regress/mdoc/Fo/noarg.out_markdown
@@ -0,0 +1,32 @@
+FN-NOARG(1) - General Commands Manual
+
+# NAME
+
+**Fn-noarg** - function name macro without arguments
+
+# DESCRIPTION
+
+with arguments:
+*int*
+**abs**(*int i*)
+*long*
+**labs**(*long i*)
+void function arguments:
+*int*
+**rand**()
+*long*
+**random**()
+*u\_int32\_t*
+**arc4random**()
+no name arguments:
+*int*
+no type arguments:
+**abs**(*int i*)
+no type and void function arguments:
+**rand**()
+**random**()
+**arc4random**()
+no arguments at all:
+end of test document
+
+OpenBSD - July 12, 2012