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

Diff for /mandoc/man.h between version 1.3 and 1.4

version 1.3, 2009/03/25 15:17:49 version 1.4, 2009/03/25 16:07:36
Line 51  enum man_type {
Line 51  enum man_type {
   
 struct  man_meta {  struct  man_meta {
         int              msec;          int              msec;
         char            *vol;  
         time_t           date;          time_t           date;
           char            *vol;
         char            *title;          char            *title;
         char            *os;          char            *source;
 };  };
   
 struct  man_node {  struct  man_node {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb