diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-02 20:19:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-02 20:19:11 +0000 |
commit | 02c50c123f386b824e755e7f6334792530c88411 (patch) | |
tree | e1563af95c08fd153266f539d7fa5524f1c6ae36 /mandoc.h | |
parent | fdc95e0f088e210664eb7459003c922102fc748e (diff) | |
download | mandoc-02c50c123f386b824e755e7f6334792530c88411.tar.gz |
Improve and test the messages about empty macros,
in particular reporting the macro names involved.
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ enum mandocerr { MANDOCERR_LINESCOPE, /* line scope broken: macro breaks macro */ /* related to missing macro arguments */ - MANDOCERR_MACROEMPTY, /* skipping empty macro */ + MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */ MANDOCERR_ARGCWARN, /* argument count wrong */ MANDOCERR_DISPTYPE, /* missing display type */ MANDOCERR_LISTFIRST, /* list type must come first */ |