=================================================================== RCS file: /cvs/mandoc/man_term.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- mandoc/man_term.c 2009/10/18 19:17:14 1.41 +++ mandoc/man_term.c 2009/10/21 03:31:49 1.42 @@ -1,4 +1,4 @@ -/* $Id: man_term.c,v 1.41 2009/10/18 19:17:14 kristaps Exp $ */ +/* $Id: man_term.c,v 1.42 2009/10/21 03:31:49 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -914,7 +914,7 @@ print_foot(struct termp *p, const struct man_meta *met tm = localtime(&meta->date); - if (0 == strftime(buf, p->rmargin, "%B %d, %Y", tm)) + if (0 == strftime(buf, p->rmargin, "%B %e, %Y", tm)) (void)strlcpy(buf, "(invalid date)", BUFSIZ); term_vspace(p);