summaryrefslogtreecommitdiffstatshomepage
path: root/prologue.c
diff options
context:
space:
mode:
Diffstat (limited to 'prologue.c')
-rw-r--r--prologue.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/prologue.c b/prologue.c
index 30713dbe..5790e4a2 100644
--- a/prologue.c
+++ b/prologue.c
@@ -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 <kristaps@kth.se>
*
@@ -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]))