CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/07 18:11:47
Modified files:
usr.bin/mandoc : html.c main.c main.h mandoc.1 mdoc.7
mdoc_html.c mdoc_term.c term.c
Log message:
Merge more bits that will be going into 1.10.1:
Clean up vertical spacing in the SYNOPSIS, making the code much more
systematic; this doesn't solve all SYNOPSIS problems yet, in particular
not those related to keeps, indentation and the low-level .nr roff
instruction, but it's a nice step forward and i couldn't find relevant
regressions. (from kristaps)
Besides,
* make the output width configurable (default: -Owidth=80) (kristaps)
* use mmap with MAP_SHARED (from Joerg Sonnenberger)