CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/30 14:05:33
Modified files:
share/man/man7 : mdoc.7
usr.bin/mandoc : mdoc_html.c mdoc_man.c mdoc_term.c
mdoc_validate.c
regress/usr.bin/mandoc/mdoc/Bd: offset-empty.in
offset-empty.out_ascii
regress/usr.bin/mandoc/mdoc/Bl: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bl: offset.in offset.out_ascii
Log message:
Major bugsquashing with respect to -offset and -width:
1. Support specifying the .Bd and .Bl -offset as a macro default width;
while here, simplify the code handling the same for .Bl -width.
2. Correct handling of .Bl -offset arguments: unlike .Bd -offset, the
arguments "left", "indent", and "indent-two" have no special meaning.
3. Fix the scaling of string length -offset and -width arguments in -Thtml.
Triggered by an incomplete documentation patch from bentley@.