CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/26 06:02:53
Modified files: share/man/man7 : tbl.7 usr.bin/mandoc : mandoc.h read.c tbl_opts.c regress/usr.bin/mandoc/tbl: opt.in opt.out_lint Log message: More improvements regarding tbl(7) options. * Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation.