summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-17 22:43:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-17 22:43:14 +0000
commit6dab5c29876bfeee770246c6dfbcc1e0aef2f75e (patch)
tree8ff6fbf981f3bdc5d277d4576475bacd27fcb851 /mandoc.h
parente480ff62446a168d7089e1c658d50d312188af05 (diff)
downloadmandoc-6dab5c29876bfeee770246c6dfbcc1e0aef2f75e.tar.gz
style message about missing RCS ids; inspired by mdoclint
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 81335ff8..a7c1288e 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -49,6 +49,7 @@ enum mandocerr {
MANDOCERR_MDOCDATE, /* Mdocdate found: Dd ... */
MANDOCERR_MDOCDATE_MISSING, /* Mdocdate missing: Dd ... */
MANDOCERR_DATE_LEGACY, /* legacy man(7) date format: Dd ... */
+ MANDOCERR_RCS_MISSING, /* RCS id missing */
MANDOCERR_MACRO_USELESS, /* useless macro: macro */
MANDOCERR_BX, /* consider using OS macro: macro */
MANDOCERR_ER_ORDER, /* errnos out of order: Er ... */