[BACK]Return to man_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_html.c between version 1.4 and 1.5

version 1.4, 2009/12/24 02:08:14 version 1.5, 2010/02/18 02:11:26
Line 110 
Line 110 
   
         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.4  
changed lines
  Added in v.1.5