CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/18 16:07:09
Modified files:
usr.bin/mandoc : mdoc_term.c
Log message:
sync to 1.8.0: a couple of cosmetic fixes:
1) use \(hy instead of \- for .Bl -hyphen (renders the same in -Tascii)
2) clear bold flag after printing the -bullet or -hyphen in .Bl
(actually, the flags will be reinitialized in termp_it_post, anyway)
3) do not redo the work of the parser in termp_rv_pre and termp_ex_pre
(instead, just assert() validity of the parse tree)
4) do not bother assigning to the offset in termp_ss_post
(it will soon be reinitialized in print_node, anyway)