CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/09 12:16:46
Modified files:
usr.bin/mandoc : mandoc.h mdoc_term.c mdoc_validate.c read.c
Log message:
Delete complicated code dealing with .Bl -tag without -width,
and just let it default to -width 6n, which agrees with the
traditional -width Ds that is still in widespread use.
I just pushed a patch upstream to GNU roff that does the same for
groff_mdoc(7). Before, groff contained code that was even more
complicated than mandoc, but both resulted in quite different
user-visible output. Now, both agree, and output is nicer for both.
Useless complication noticed by Carsten Kunze (Heirloom roff).