diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-07 12:39:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-07 12:39:01 +0000 |
commit | b8ef179ea90844da1a88b01ec79d02fe12cf0d23 (patch) | |
tree | e4d26296c1c82875810ada1b7f8e7c12eb3a6ac6 /regress/mdoc/In/noarg.out_markdown | |
parent | 78f3b980a3571b0a981193a493a0291762bd2aca (diff) | |
download | mandoc-b8ef179ea90844da1a88b01ec79d02fe12cf0d23.tar.gz |
Fix .In formatting in the SYNOPSIS:
No ‌ in the middle of **, please.
Diffstat (limited to 'regress/mdoc/In/noarg.out_markdown')
-rw-r--r-- | regress/mdoc/In/noarg.out_markdown | 25 |
1 files changed, 25 insertions, 0 deletions
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 |