CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/26 05:12:24
Modified files:
usr.bin/mandoc : mdoc.h mdoc_macro.c
Log message:
Support .It .Xo.
The trick is to not switch from the .It header to the body at EOL, but,
in case an explicit block macro follows, at the end of the block.
