From fa99e371284a414ce8b13892006df003d31a0e37 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Mar 2017 19:59:33 +0000 Subject: first batch of -T markdown tests --- regress/mdoc/Fo/noarg.out_markdown | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 regress/mdoc/Fo/noarg.out_markdown (limited to 'regress/mdoc/Fo/noarg.out_markdown') 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 -- cgit v1.2.3-56-ge451