[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.63 and 1.64

version 1.63, 2010/05/12 16:46:28 version 1.64, 2010/05/15 15:54:39
Line 911  print_man_head(struct termp *p, const struct man_meta 
Line 911  print_man_head(struct termp *p, const struct man_meta 
                 strlcpy(buf, m->vol, BUFSIZ);                  strlcpy(buf, m->vol, BUFSIZ);
         buflen = strlen(buf);          buflen = strlen(buf);
   
         snprintf(title, BUFSIZ, "%s(%d)", m->title, m->msec);          snprintf(title, BUFSIZ, "%s(%s)", m->title, m->msec);
         titlen = strlen(title);          titlen = strlen(title);
   
         p->offset = 0;          p->offset = 0;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb