=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.146 retrieving revision 1.147 diff -u -p -r1.146 -r1.147 --- mandoc/main.c 2011/02/09 09:33:43 1.146 +++ mandoc/main.c 2011/03/07 01:35:51 1.147 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.146 2011/02/09 09:33:43 kristaps Exp $ */ +/* $Id: main.c,v 1.147 2011/03/07 01:35:51 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -128,7 +128,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no title in document", "document title should be all caps", "unknown manual section", - "cannot parse date argument", + "date missing, using today's date", + "cannot parse date, using it verbatim", "prologue macros out of order", "duplicate prologue macro", "macro not allowed in prologue",