CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/10/15 16:27:09
Modified files: usr.bin/mandoc : mdoc_macro.c Log message: When blk_full() handles an .It line in .Bl -column and indirectly calls phrase_ta() to handle a .Ta child macro, advance the body pointer accordingly, such that a subsequent tab character rewinds the right body block and doesn't fail an assertion. That happened when there was nothing between the .Ta and the tab character. Bug reported by tim@ some time ago.