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

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

version 1.41, 2009/07/14 16:03:51 version 1.42, 2009/07/15 08:20:43
Line 407  print_foot(struct termp *p, const struct mdoc_meta *me
Line 407  print_foot(struct termp *p, const struct mdoc_meta *me
   
         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))
                 err(1, "strftime");                  err(1, "strftime");
   
         (void)strlcpy(os, meta->os, p->rmargin);          (void)strlcpy(os, meta->os, p->rmargin);

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

CVSweb