[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.230 and 1.231

version 1.230, 2015/04/16 20:22:27 version 1.231, 2015/04/18 16:06:40
Line 265  static const char * const lists[LIST_MAX] = {
Line 265  static const char * const lists[LIST_MAX] = {
   
   
 void  void
 html_mdoc(void *arg, const struct mdoc *mdoc)  html_mdoc(void *arg, const struct roff_man *mdoc)
 {  {
   
         print_mdoc(mdoc_meta(mdoc), mdoc_node(mdoc)->child,          print_mdoc(mdoc_meta(mdoc), mdoc_node(mdoc)->child,

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231

CVSweb