CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2012/11/16 11:40:39
Modified files: usr.bin/mandoc : mdoc_argv.c regress/usr.bin/mandoc/mdoc/Ap: Makefile regress/usr.bin/mandoc/mdoc/In: Makefile Added files: regress/usr.bin/mandoc/mdoc/Ap: eos.in eos.out_ascii regress/usr.bin/mandoc/mdoc/In: eos.in eos.out_ascii Log message: Two more macros (.Ap and .In) do trailing delimiter handling. This fixes the end of sentence spacing in open(2) and in about 150 pages in the NetBSD base system. Reported by Nicolas Joly <njoly a pasteur point fr>, merci!