[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/man_term.c between version 1.41 and 1.42

version 1.41, 2009/10/18 19:17:14 version 1.42, 2009/10/21 03:31:49
Line 914  print_foot(struct termp *p, const struct man_meta *met
Line 914  print_foot(struct termp *p, const struct man_meta *met
   
         tm = localtime(&meta->date);          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);                  (void)strlcpy(buf, "(invalid date)", BUFSIZ);
   
         term_vspace(p);          term_vspace(p);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb