CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/08 08:50:21
Modified files:
usr.bin/mandoc : man_html.c man_term.c tree.c
regress/usr.bin/mandoc/man/TP: Makefile
Added files:
regress/usr.bin/mandoc/man/TP: sameline.in sameline.out_ascii
Log message:
To find out whether .TP head arguments are same-line or next-line arguments,
use the MAN_LINE flag instead of the man_node line member.
This is required such that user-defined macros wrapping .TP work correctly.
Issue found by Havard Eidnes in Tcl_NewStringObj(3), reported via
the NetBSD bug tracking system and Thomas Klausner <wiz at NetBSD>.