CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/05/14 08:47:44
Modified files:
usr.bin/mandoc : Makefile libmdoc.h man.7 man_term.c mdoc.7
mdoc.c mdoc.h mdoc_action.c mdoc_argv.c
mdoc_html.c mdoc_macro.c mdoc_strings.c
mdoc_term.c mdoc_validate.c term.h
Log message:
Merge 1.9.25, keeping local patches;
this does not merge kristaps' end-of-sentences handling yet,
i will check that separately. This one includes:
* handle \*(Ba as a delimiter
* introduce ARGS_PEND for .Bl -column .It end-of-line special casing
* section ordering: expect EXIT STATUS at the right place
* line break fixes in SYNOPSIS
* allow literal contexts to have arbitrary line lengths
* the input file column number can not be used to identify the beginning
of a line because white space is allowed after the initial '.'
* proper leading spaces in -man -Tascii mode
* do not let Lb break lines in -mdoc -Thtml LIBRARY