summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
parentc3e510863e8794c67068a3e8afc61d9af760144f (diff)
downloadmandoc-7e3f3a2b83bdaf6b8929d44bacefb12730122d72.tar.gz
warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD>
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 686d6fc6..b26e366e 100644
--- a/read.c
+++ b/read.c
@@ -118,6 +118,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unknown manual section",
"missing date, using today's date",
"cannot parse date, using it verbatim",
+ "date in the future, using it anyway",
"missing Os macro, using \"\"",
"duplicate prologue macro",
"late prologue macro",