=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- mandoc/mdoc_term.c 2009/07/14 16:03:51 1.41 +++ mandoc/mdoc_term.c 2009/07/15 08:20:43 1.42 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.41 2009/07/14 16:03:51 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.42 2009/07/15 08:20:43 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -407,7 +407,7 @@ print_foot(struct termp *p, const struct mdoc_meta *me tm = localtime(&meta->date); - if (0 == strftime(buf, p->rmargin, "%B %d, %Y", tm)) + if (0 == strftime(buf, p->rmargin, "%B %e, %Y", tm)) err(1, "strftime"); (void)strlcpy(os, meta->os, p->rmargin);