CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2009/06/27 06:43:11
Modified files: usr.bin/mandoc : mdoc_action.c mdoc_term.c Log message: sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual. (2) When determining the offset, add two more spaces to the width. For -width Ds, these two bugs cancelled each other, but for -width [01-9]+n, they did not, leaving the offset to narrow. (3) When determining the width using strlen, we need to add two spaces instead of one, just like in the case (2).