summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-02 20:19:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-02 20:19:11 +0000
commit02c50c123f386b824e755e7f6334792530c88411 (patch)
treee1563af95c08fd153266f539d7fa5524f1c6ae36 /mandoc.h
parentfdc95e0f088e210664eb7459003c922102fc748e (diff)
downloadmandoc-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index e837920f..1e8ed218 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 */