Catch typos in .Sh names; suggested by jmc@.
authorschwarze <schwarze@openbsd.org>
Sun, 25 Jun 2017 17:42:37 +0000 (17:42 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 25 Jun 2017 17:42:37 +0000 (17:42 +0000)
commit4482121fd9e413050419c303cea3e08bbf8ee3a5
treef590d0d09fc13692d3a96a21516e36c525d4aae1
parentd7b285d19dae60cd691ceec3121d7ac400779980
Catch typos in .Sh names; suggested by jmc@.

I'm using a very simple, linear time / zero space fuzzy string
matching heuristic rather than a full Levenshtein metric, to keep
the code both simple and fast.
usr.bin/mandoc/mandoc.1
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mdoc_validate.c
usr.bin/mandoc/read.c