util/find-doc-nits: Add a regexp for C symbols and use it
authorRichard Levitte <levitte@openssl.org>
Tue, 15 Sep 2020 08:02:34 +0000 (10:02 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Sep 2020 15:32:36 +0000 (17:32 +0200)
commitb1415dc1820def1e9e344f9b83ad05c2a352ec56
treeacfe24ec0a994b99588a1f65fee9024aff08eb09
parent48b62fb33aa0c5bce52b939fcd94780736491a5d
util/find-doc-nits: Add a regexp for C symbols and use it

Our matching of C symbols here was inconsistent and could therefore
give false negatives when the SYNOPSIS was parsed.  Now we have
$C_symbol, which is a simple regexp that matches the common C symbol.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12873)
util/find-doc-nits