Make "new sentence, new line" detection stricter:
authorschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 20:30:13 +0000 (20:30 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 Jun 2017 20:30:13 +0000 (20:30 +0000)
commitf7444fab8606a20ee38d7a9d89bfede0942240de
tree02d3a85fd80d49d68beaef63e392224c15ffd908
parent197cc07eeda5a8f2c7308c6e923d260e1880d587
Make "new sentence, new line" detection stricter:
Also catch cases where the new sentence starts with a one-letter word
and the input line is broken right after that word.
Suggested by Thomas Klausner <wiz @ NetBSD>.

It's merely a three-bit diff, changing one byte from 0x34 to 0x33,
so what can possibly go wrong...
usr.bin/mandoc/mdoc.c