[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.25 and 1.26

version 1.25, 2010/01/01 17:14:28 version 1.26, 2010/01/29 14:39:38
Line 114  html_man(void *arg, const struct man *m)
Line 114  html_man(void *arg, const struct man *m)
   
         h = (struct html *)arg;          h = (struct html *)arg;
   
         print_gen_doctype(h);          print_gen_decls(h);
   
         t = print_otag(h, TAG_HTML, 0, NULL);          t = print_otag(h, TAG_HTML, 0, NULL);
         print_man(man_meta(m), man_node(m), h);          print_man(man_meta(m), man_node(m), h);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb