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

Diff for /mandoc/mdoc_html.c between version 1.62 and 1.63

version 1.62, 2010/05/13 06:22:11 version 1.63, 2010/05/15 16:24:38
Line 387  print_mdoc_head(MDOC_ARGS)
Line 387  print_mdoc_head(MDOC_ARGS)
   
         print_gen_head(h);          print_gen_head(h);
         bufinit(h);          bufinit(h);
         buffmt(h, "%s(%d)", m->title, m->msec);          buffmt(h, "%s(%s)", m->title, m->msec);
   
         if (m->arch) {          if (m->arch) {
                 bufcat(h, " (");                  bufcat(h, " (");
Line 509  mdoc_root_pre(MDOC_ARGS)
Line 509  mdoc_root_pre(MDOC_ARGS)
         }          }
   
         (void)snprintf(title, BUFSIZ - 1,          (void)snprintf(title, BUFSIZ - 1,
                         "%s(%d)", m->title, m->msec);                          "%s(%s)", m->title, m->msec);
   
         /* XXX: see note in mdoc_root_post() about divs. */          /* XXX: see note in mdoc_root_post() about divs. */
   

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

CVSweb