CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/07/10 08:35:57
Modified files:
usr.bin/mandoc : mdoc.h mdoc_man.c mdoc_term.c mdoc_validate.c
regress/usr.bin/mandoc/mdoc/Bl: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bl: bullet.in bullet.out_ascii
dash.in dash.out_ascii enum.in
enum.out_ascii item.in
item.out_ascii ohang.in
ohang.out_ascii
Log message:
* implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It
* fix -Tman .Bl -bullet .It
* adjust the -Tascii .Bl -bullet -dash -hyphen .It
default and minimum width to new groff standards,
it changed from 4n (in groff 1.15) to 2n (in groff 1.21)
* same for -Tascii -enum, it changed from 5n to 2n
* use -hang formatting for -Tascii -enum -width 2n
* for -Tascii -enum, the default is -width 3n