util/find-doc-nits: fixups
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Jul 2019 07:03:18 +0000 (09:03 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 19 Jul 2019 18:16:30 +0000 (20:16 +0200)
commitf6800e37b762563e79115ebdb233c0c07afc23e5
treeec1732073b4b964ef4f5c542fe684af9a529cfab
parent76ca35e7246b0071040cd242de06154c0195bcff
util/find-doc-nits: fixups

- Treat .pod.in files as well, and parse out the base name for those
  too.
- Correct the detection of the description part in the NAME section
  (the separating dash MUST be preceeded with a space)
- Allow slahes in names of the NAME section (convert them to dashes
  for file name comparison).  This allows manual pages for some of our
  header files, such as openssl/core.h.
- Properly detect repeated names in the NAME section.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9407)
util/find-doc-nits