CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/10 07:23:44
Modified files: usr.bin/mandoc : tbl_data.c Log message: Quirk-compatibility with GNU tbl(1): With the "nospaces" option, skip space characters before and after "T{", in addition to skipping those at the beginning and end of data cells. Minor issue reported by <Oliver dot Corff at email dot de>.