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

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.124 and 1.125

version 1.124, 2017/01/17 15:32:39 version 1.125, 2017/01/18 19:22:18
Line 316 
Line 316 
         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.124  
changed lines
  Added in v.1.125