From 7e3f3a2b83bdaf6b8929d44bacefb12730122d72 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 3 Jul 2017 13:40:18 +0000 Subject: warn about time machines; suggested by Thomas Klausner --- read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'read.c') 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", -- cgit