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

Diff for /mandoc/man_html.c between version 1.70 and 1.71

version 1.70, 2011/03/07 01:35:51 version 1.71, 2011/05/17 11:19:45
Line 158  print_man_head(MAN_ARGS)
Line 158  print_man_head(MAN_ARGS)
   
         print_gen_head(h);          print_gen_head(h);
         bufinit(h);          bufinit(h);
         buffmt(h, "%s(%s)", m->title, m->msec);          bufcat_fmt(h, "%s(%s)", m->title, m->msec);
   
         print_otag(h, TAG_TITLE, 0, NULL);          print_otag(h, TAG_TITLE, 0, NULL);
         print_text(h, h->buf);          print_text(h, h->buf);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb