From 77f25660d4c378743ba5de7f47385d7979d357e3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 7 Mar 2017 12:39:01 +0000 Subject: Fix .In formatting in the SYNOPSIS: No ‌ in the middle of **, please. --- regress/mdoc/In/break.out_markdown | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 regress/mdoc/In/break.out_markdown (limited to 'regress/mdoc/In/break.out_markdown') diff --git a/regress/mdoc/In/break.out_markdown b/regress/mdoc/In/break.out_markdown new file mode 100644 index 00000000..dbc1085f --- /dev/null +++ b/regress/mdoc/In/break.out_markdown @@ -0,0 +1,35 @@ +IN-BREAK(2) - System Calls Manual + +# NAME + +**In-break** - line break before 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 + +<*fcntl.h*> +*int* +**open**(*const char \*path*, *int flags*, *mode\_t mode*) +<*sys/types.h*> +<*unistd.h*> +*int* +**dup**(*int oldd*) +*ssize\_t* +**write**(*int d*, *const void \*buf*, *size\_t nbytes*) + +OpenBSD - June 6, 2010 -- cgit v1.2.3-56-ge451