aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fo/warn.out_markdown
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-09-13 19:26:46 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-09-13 19:26:46 +0000
commit333417082dab30264386c33095d1f6e64f6939cc (patch)
tree848b1ddd19c1d1104764ca4b8dfd818c6e77d90a /regress/mdoc/Fo/warn.out_markdown
parentf6bc3c824b41837a8b513e2805d3fd8a638f9912 (diff)
downloadmandoc-333417082dab30264386c33095d1f6e64f6939cc.tar.gz
mandoc-333417082dab30264386c33095d1f6e64f6939cc.tar.zst
mandoc-333417082dab30264386c33095d1f6e64f6939cc.zip
Improve validation of function names:
1. Relax checking to accept function types of the form "ret_type (fname)(args)" (suggested by Yuri Pankov <yuripv dot net>). 2. Tighten checking to require the closing parenthesis.
Diffstat (limited to 'regress/mdoc/Fo/warn.out_markdown')
-rw-r--r--regress/mdoc/Fo/warn.out_markdown23
1 files changed, 22 insertions, 1 deletions
diff --git a/regress/mdoc/Fo/warn.out_markdown b/regress/mdoc/Fo/warn.out_markdown
index 9d37abba..b793fb9f 100644
--- a/regress/mdoc/Fo/warn.out_markdown
+++ b/regress/mdoc/Fo/warn.out_markdown
@@ -12,4 +12,25 @@ FO-WARN(1) - General Commands Manual
*double*
**atan2**(*double y, double x*);
-OpenBSD - July 4, 2017
+*int*
+**close)**(*int fd*);
+
+*typedef void*
+**(handler)**(*int*);
+
+*typedef void*
+**(\*fp)**(*int*);
+
+*int*
+**(open**(*const char \*path*);
+
+*FILE \*&zwnj;*
+**(\*popen**(*const char \*cmd*);
+
+*void*
+**(trail)x**(*void*);
+
+*void*
+**\*star**(*void*);
+
+OpenBSD - September 13, 2019