CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/17 19:11:26
Modified files:
usr.bin/mandoc : chars.c chars.in html.c html.h main.c main.h
man.3 man.7 man.c man_html.c mandoc.1 mandoc.c
mdoc.3 mdoc.7 mdoc.c mdoc_html.c mdoc_macro.c
mdoc_term.c mdoc_validate.c
Log message:
sync to release 1.9.15:
* corrected .Vt handling (spotted by Joerg Sonnenberger)
* corrected .Xr argument handling (based on my patch)
* removed \\ escape sequence (because it is for low-level roff only)
* warn about trailing whitespace (suggested by jmc@)
* -Txhtml support
* and some general cleanup and doc improvements