CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/07/01 15:08:50
Modified files: usr.bin/mandoc : mdoc_macro.c Log message: Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs. The bug was uncovered by SYNOPSIS .Nm as this happened to be the first block with this particular combination of properties. Found the hard way by kristaps@ in NetBSD gcc-contrib(1), fix by me.