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/Fd/break.out_markdown | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 regress/mdoc/Fd/break.out_markdown (limited to 'regress/mdoc/Fd/break.out_markdown') diff --git a/regress/mdoc/Fd/break.out_markdown b/regress/mdoc/Fd/break.out_markdown new file mode 100644 index 00000000..1d8459a1 --- /dev/null +++ b/regress/mdoc/Fd/break.out_markdown @@ -0,0 +1,35 @@ +FD-BREAK(2) - System Calls Manual + +# NAME + +**Fd-break** - line break before old-style header include file + +# SYNOPSIS + +**#include <fcntl.h>** + +*int* +**open**(*const char \*path*, *int flags*, *mode\_t mode*); + +**#include <sys/types.h>** +**#include <unistd.h>** + +*int* +**dup**(*int oldd*); + +*ssize\_t* +**write**(*int d*, *const void \*buf*, *size\_t nbytes*); + +# DESCRIPTION + +**#include <fcntl.h>** +*int* +**open**(*const char \*path*, *int flags*, *mode\_t mode*) +**#include <sys/types.h>** +**#include <unistd.h>** +*int* +**dup**(*int oldd*) +*ssize\_t* +**write**(*int d*, *const void \*buf*, *size\_t nbytes*) + +OpenBSD - June 9, 2010 -- cgit v1.2.3-56-ge451