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

Diff for /mandoc/libman.h between version 1.52 and 1.53

version 1.52, 2011/07/18 07:46:41 version 1.53, 2011/07/18 07:48:14
Line 36  struct man {
Line 36  struct man {
         struct man_node *last; /* the last parsed node */          struct man_node *last; /* the last parsed node */
         struct man_node *first; /* the first parsed node */          struct man_node *first; /* the first parsed node */
         struct man_meta  meta; /* document meta-data */          struct man_meta  meta; /* document meta-data */
         struct regset   *regs; /* registers */  
         struct roff     *roff;          struct roff     *roff;
 };  };
   

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb