[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.76 and 1.77

version 1.76, 2017/01/17 15:32:39 version 1.77, 2017/01/18 19:22:18
Line 164 
Line 164 
   
         print_man_nodelist(&man->meta, man->first, &mh, h);          print_man_nodelist(&man->meta, man->first, &mh, h);
         print_tagq(h, t);          print_tagq(h, t);
         putchar('\n');  
 }  }
   
 static void  static void

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77