CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/10 06:06:29
Modified files: usr.bin/mandoc : tbl_data.c Log message: In a tbl(7) having the "nospaces" option, skip space characters not only at the end of data cells, but also after "T}", aligning the behaviour of the parser with GNU tbl(1). Issue reported by <Oliver dot Corff at email dot de>.