CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/12/11 07:29:56
Modified files: usr.bin/mandoc : mdoc_term.c Log message: Make SYNOPSIS sections and code having .nr nS enabled behave as if the whole code were wrapped in .Bk/.Ek, i.e. keeping input lines together on output lines. This is compatible with new groff behaviour and deviates from historical groff. Tweaked version of a patch sent by kristaps@ on July 16, 2010. ok kristaps@ jmc@ sobrado@ millert@