summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-03 13:40:18 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-03 13:40:18 +0000
commit7e3f3a2b83bdaf6b8929d44bacefb12730122d72 (patch)
tree4a9b9f72b3ff11e3a1fd84ad2c448db55af1d26e /mandoc.h
parentc3e510863e8794c67068a3e8afc61d9af760144f (diff)
downloadmandoc-7e3f3a2b83bdaf6b8929d44bacefb12730122d72.tar.gz
warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>
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 b31a5139..f284e743 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -76,6 +76,7 @@ enum mandocerr {
MANDOCERR_MSEC_BAD, /* unknown manual section: Dt ... section */
MANDOCERR_DATE_MISSING, /* missing date, using today's date */
MANDOCERR_DATE_BAD, /* cannot parse date, using it verbatim: date */
+ MANDOCERR_DATE_FUTURE, /* date in the future, using it anyway: date */
MANDOCERR_OS_MISSING, /* missing Os macro, using "" */
MANDOCERR_PROLOG_REP, /* duplicate prologue macro: macro */
MANDOCERR_PROLOG_LATE, /* late prologue macro: macro */