=================================================================== RCS file: /cvs/mandoc/Attic/prologue.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/Attic/prologue.c 2009/01/02 14:06:16 1.2 +++ mandoc/Attic/prologue.c 2009/01/05 16:11:14 1.3 @@ -1,4 +1,4 @@ -/* $Id: prologue.c,v 1.2 2009/01/02 14:06:16 kristaps Exp $ */ +/* $Id: prologue.c,v 1.3 2009/01/05 16:11:14 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -24,6 +24,8 @@ #include "private.h" +/* FIXME: deprecate into actions.c! */ + static int prologue_dt(MACRO_PROT_ARGS); static int prologue_dd(MACRO_PROT_ARGS); static int prologue_os(MACRO_PROT_ARGS); @@ -180,7 +182,7 @@ again: return(0); if (0 == j) { - if (xstrcmp("$Mdocdate: January 2 2009 $", args[j])) { + if (xstrcmp("$Mdocdate: January 5 2009 $", args[j])) { mdoc->meta.date = time(NULL); goto again; } else if (xstrcmp("$Mdocdate:", args[j]))