[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.249 and 1.250

version 1.249, 2017/01/17 15:32:44 version 1.250, 2017/01/18 19:22:22
Line 318  html_mdoc(void *arg, const struct roff_man *mdoc)
Line 318  html_mdoc(void *arg, const struct roff_man *mdoc)
         print_mdoc_nodelist(&mdoc->meta, mdoc->first->child, h);          print_mdoc_nodelist(&mdoc->meta, mdoc->first->child, h);
         mdoc_root_post(&mdoc->meta, mdoc->first->child, h);          mdoc_root_post(&mdoc->meta, mdoc->first->child, h);
         print_tagq(h, t);          print_tagq(h, t);
         putchar('\n');  
 }  }
   
 static void  static void

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

CVSweb