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

Diff for /src/usr.bin/mandoc/libman.h between version 1.44 and 1.45

version 1.44, 2015/04/02 22:06:17 version 1.45, 2015/04/02 23:47:43
Line 33 
Line 33 
         enum man_next    next; /* where to put the next node */          enum man_next    next; /* where to put the next node */
         struct roff_node *last; /* the last parsed node */          struct roff_node *last; /* the last parsed node */
         struct roff_node *first; /* the first parsed node */          struct roff_node *first; /* the first parsed node */
         struct man_meta  meta; /* document meta-data */          struct roff_meta meta; /* document meta-data */
         struct roff     *roff;          struct roff     *roff;
 };  };
   

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45