[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.115 and 1.116

version 1.115, 2015/04/02 23:48:19 version 1.116, 2015/04/18 16:06:40
Line 145  print_bvspace(struct html *h, const struct roff_node *
Line 145  print_bvspace(struct html *h, const struct roff_node *
 }  }
   
 void  void
 html_man(void *arg, const struct man *man)  html_man(void *arg, const struct roff_man *man)
 {  {
         struct mhtml     mh;          struct mhtml     mh;
   

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

CVSweb