CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2012/07/10 09:33:41
Modified files: usr.bin/mandoc : term.c regress/usr.bin/mandoc/mdoc/Bl: Makefile hang.out_ascii Log message: Remove a hack that was intended for groff-1.15 bug compatibility: When the width of a tag in .Bl -hang was exactly one character shorter than the maximum length that would fit, the following text would have a negative hang of one character (i.e., hang to the left). That bug is no longer present in groff-1.21, so relax mandoc, too.