CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/09/13 13:18:48
Modified files: usr.bin/mandoc : mdoc_validate.c regress/usr.bin/mandoc/mdoc/Fo: warn.in warn.out_ascii warn.out_lint warn.out_markdown Log message: 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.