More improvements regarding tbl(7) options.
authorschwarze <schwarze@openbsd.org>
Mon, 26 Jan 2015 13:02:53 +0000 (13:02 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 26 Jan 2015 13:02:53 +0000 (13:02 +0000)
commit08d5d28e3846d52f940a50cd84c02ca0024c50a0
treea0cc0d83b5afe42966268b9b93923b75f91a4d6d
parentd6ccaf50b12b572cc87e2d4dd61839bcefcbaacb
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.
regress/usr.bin/mandoc/tbl/opt.in
regress/usr.bin/mandoc/tbl/opt.out_lint
share/man/man7/tbl.7
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/read.c
usr.bin/mandoc/tbl_opts.c