[BACK]Return to libman.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/libman.h between version 1.69 and 1.70

version 1.69, 2015/04/02 22:48:17 version 1.70, 2015/04/02 23:48:19
Line 33  struct man {
Line 33  struct man {
         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.69  
changed lines
  Added in v.1.70

CVSweb