From b8ef179ea90844da1a88b01ec79d02fe12cf0d23 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/noarg.out_markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 regress/mdoc/In/noarg.out_markdown (limited to 'regress/mdoc/In/noarg.out_markdown') diff --git a/regress/mdoc/In/noarg.out_markdown b/regress/mdoc/In/noarg.out_markdown new file mode 100644 index 00000000..81970226 --- /dev/null +++ b/regress/mdoc/In/noarg.out_markdown @@ -0,0 +1,25 @@ +IN-NOARG(2) - System Calls Manual + +# NAME + +**In-noarg** - include file macros without argument + +# SYNOPSIS + +**#include <math.h>** + +*double* +**sin**(*double x*); + +*double* +**cos**(*double x*); + +# DESCRIPTION + +<*math.h*> +*double* +**sin**(*double x*) +*double* +**cos**(*double x*) + +OpenBSD - February 5, 2015 -- cgit