CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/09 10:50:57
Modified files: usr.bin/mandoc : tbl_html.c Log message: In HTML output, in cells with an "n" (number) layout, pad numbers on the right side with UTF-8 punctuation and figure spaces such that numbers in different tbl(7) rows align at the decimal point. The exact HTML output format was suggested by <Oliver dot Corff at email dot de>; the implementation in C is mine.