=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/man_term.c 2009/11/05 08:39:36 1.49 +++ mandoc/man_term.c 2009/11/10 11:45:57 1.50 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.49 2009/11/05 08:39:36 kristaps Exp $ */ +/* $Id: man_term.c,v 1.50 2009/11/10 11:45:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -897,6 +897,8 @@ static void print_man_foot(struct termp *p, const struct man_meta *meta) { char buf[DATESIZ]; + + p->metafont = 0; time2a(meta->date, buf, DATESIZ);