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

Diff for /src/usr.bin/mandoc/tree.c between version 1.31 and 1.32

version 1.31, 2015/04/02 22:06:17 version 1.32, 2015/04/18 16:04:40
Line 36 
Line 36 
   
   
 void  void
 tree_mdoc(void *arg, const struct mdoc *mdoc)  tree_mdoc(void *arg, const struct roff_man *mdoc)
 {  {
   
         print_mdoc(mdoc_node(mdoc)->child, 0);          print_mdoc(mdoc_node(mdoc)->child, 0);
 }  }
   
 void  void
 tree_man(void *arg, const struct man *man)  tree_man(void *arg, const struct roff_man *man)
 {  {
   
         print_man(man_node(man)->child, 0);          print_man(man_node(man)->child, 0);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32