]> git.cameronkatri.com Git - mandoc.git/commit
Enable the unified error/warning enumeration in mandoc.h that's
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 17 May 2010 22:11:42 +0000 (22:11 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 17 May 2010 22:11:42 +0000 (22:11 +0000)
commit95356d6189f5e5d41011a7cb60176f147e1fff7d
treec923ce026d6b8f420d203f151868c8b858e4501d
parent114426748445942cb51394e59f2c62ad79bd974c
Enable the unified error/warning enumeration in mandoc.h that's
stringified in main.c.

Allow `An' to handle an argument and child (with a warning).

Allow `Rv' and `Ex' to work without a prior `Nm' as groff does (with a
warning).

Allow inconsistent column syntax to only raise a warning.
31 files changed:
arch.c
att.c
lib.c
libman.h
libmdoc.h
main.c
man.c
man.h
man_action.c
man_argv.c
man_hash.c
man_html.c
man_macro.c
man_term.c
man_validate.c
mandoc.h
mdoc.c
mdoc.h
mdoc_action.c
mdoc_argv.c
mdoc_hash.c
mdoc_html.c
mdoc_macro.c
mdoc_strings.c
mdoc_term.c
mdoc_validate.c
msec.c
st.c
term.c
tree.c
vol.c