CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/06 14:30:08
Modified files:
usr.bin/mandoc : Makefile chars.c chars.in libmdoc.h main.c
mandoc.c mandoc.h mdoc.3 mdoc.7 mdoc.c mdoc.h
mdoc_action.c mdoc_argv.c mdoc_html.c
mdoc_macro.c mdoc_term.c mdoc_validate.c roff.7
roff.c
Removed files:
usr.bin/mandoc : manuals.7
Log message:
Merge bsd.lv version 1.10.1 (to be released soon).
The main step forward is that this now has *much* better .Bl -column
support, now supporting many manuals that previously errored out
without producing any output.
Other fixes include:
* do not die from multiple list types, use the first and warn
* in .Bl without a type, default to -item
* various tweaks to .Dt
* fix .In, .Fd, .Ft, .Fn and .Fo formatting
* some documentation fixes and additions
* and fix a couple of bugs reported by Ulrich Spoerlein:
* better support for roff block-end "\}" without a preceding dot
* .In must not break the line outside SYNOPSIS
* spelling in some error messages
While merging, fix one regression in .In spacing
that needs to go to bsd.lv, too.