]> git.cameronkatri.com Git - mandoc.git/commit
Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 19 Apr 2011 16:38:48 +0000 (16:38 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 19 Apr 2011 16:38:48 +0000 (16:38 +0000)
commit33c39adb2b4cab7469a2d975f4437c5ea1906a51
treee74241a62d295a3c5737e4ec93a01c546460a1a0
parent9401becf4a6af1e874c79bccb992847aad44da62
Clean up parsing of delimiters in -mdoc.  First, remove the "dowarn"
variable from mandoc_getarg() so that it prints the warning every time.
Then, remove the warning from args_checkpunct().  This way, warnings
are being posted at the correct time.  This makes the flag argument to
mdoc_zargs() superfluous, so make it be zero when it's invoked.  Finally,
move the args() flags into mdoc_argv.c and make them enums.
libmandoc.h
libmdoc.h
man_macro.c
mandoc.c
mdoc_argv.c
mdoc_macro.c
roff.c