CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/27 15:53:27
Modified files:
usr.bin/mandoc : mdoc.c
Log message:
Fix a subtle bug noticed by naddy@ in pftop(8), thanks!
When converting blank lines to .Pp outside literal context,
it could happen that the following node ended up as a child
of the .Pp element, but it must always be a sibling.
