CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/29 21:08:37
Modified files: usr.bin/mandoc : libroff.h mandoc.h out.c tbl.c tbl_data.c tbl_html.c tbl_layout.c tbl_term.c Log message: Abolish struct tbl_head and replace it by an "int col" member in struct tbl_cell. No functional change, minus 40 lines of code.