CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/25 11:42:37
Modified files:
usr.bin/mandoc : mandoc.1 mandoc.h mdoc_validate.c read.c
Log message:
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.
