CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/24 12:10:34
Modified files:
usr.bin/mandoc : mdoc.h mdoc.c mdoc_macro.c mdoc_term.c
mdoc_html.c tree.c
regress/usr.bin/mandoc/mdoc/Bk: inputlines.in
inputlines.out_ascii
Log message:
When deciding whether two consecutive macros are on the same input line,
we have to compare the line where the first one *ends* (not where it begins)
to the line where the second one starts.
This fixes the bug that .Bk allowed output line breaks right after block
macros spanning more than one input line, even when the next macro follows
on the same line.