=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.72 retrieving revision 1.73 diff -c -r1.72 -r1.73 *** src/usr.bin/mandoc/main.c 2011/02/06 17:33:20 1.72 --- src/usr.bin/mandoc/main.c 2011/03/07 01:35:33 1.73 *************** *** 1,4 **** ! /* $Id: main.c,v 1.72 2011/02/06 17:33:20 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze --- 1,4 ---- ! /* $Id: main.c,v 1.73 2011/03/07 01:35:33 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze *************** *** 113,119 **** "no title in document", "document title should be all caps", "unknown manual section", ! "cannot parse date argument", "prologue macros out of order", "duplicate prologue macro", "macro not allowed in prologue", --- 113,120 ---- "no title in document", "document title should be all caps", "unknown manual section", ! "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",