CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/03/08 09:20:00

Modified files:
        usr.bin/mandoc : man_term.c 
        regress/usr.bin/mandoc/man/nf: Makefile 
Added files:
        regress/usr.bin/mandoc/man/nf: userdef.in userdef.out_ascii 

Log message:
In .nf mode, use the MAN_LINE flag to detect input line breaks
instead of the man_node line member.  This is required to preserve
line breaks contained in user-defined macros called in .nf mode.
Found in a code audit triggered by fixing a similar issue in .TP.

Reply via email to