CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/08 01:13:01
Modified files:
usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h
regress/usr.bin/mandoc/man/IP: Makefile
regress/usr.bin/mandoc/man/TP: Makefile
Added files:
regress/usr.bin/mandoc/man/IP: longhead.in longhead.out_ascii
regress/usr.bin/mandoc/man/TP: longhead.in longhead.out_ascii
Log message:
Add a new term_flushln() flag TERMP_BRIND (if break, then indent)
to control indentation of continuation lines in TERMP_NOBREAK mode.
In the past, this was always on; continue using it
for .Bl, .Nm, .Fn, .Fo, and .HP, but no longer for .IP and .TP.
I looked at this because sthen@ reported the issue in a manual
of a Perl module from ports, but it affects base, too: This patch
reduces groff-mandoc differences in base by more than 15%.