CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/13 19:54:37
Modified files:
usr.bin/mandoc : Makefile html.c libmdoc.h main.c man.3 man.7
man.c man_hash.c mandoc.1 manuals.7 mdoc.7
mdoc.c mdoc_action.c mdoc_argv.c mdoc_hash.c
mdoc_macro.c mdoc_strings.c mdoc_validate.c
Log message:
merge 1.9.24, keeping local patches; some changes:
* preserve multiple consecutive space characters in input
* do not restrict .Cd and .Rv to certain sections (requested by Joerg)
* do not run lookup() on quoted words
* enum return types for mdoc_args and mdoc_argv
* fix auto-closing of LINK tag in -Txhtml (from Daniel Friesel)
* various lint and manual fixes