CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/02/15 19:59:42
Modified files: usr.bin/mandoc : libmdoc.h mdoc.c mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c roff.h Log message: Remove the ENDBODY_NOSPACE flag, simplifying the code. Comparing to groff output, it appears that all cases where it was used and made a difference actually require the opposite, ENDBODY_SPACE. I have no idea why i added it back in 2010; maybe to compensate for some other bug that has long been fixed.