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

Diff for /mandoc/man.h between version 1.28 and 1.30

version 1.28, 2010/05/09 21:19:42 version 1.30, 2010/05/15 15:54:39
Line 74  enum man_type {
Line 74  enum man_type {
 };  };
   
 struct  man_meta {  struct  man_meta {
         int              msec;          char            *msec;
         time_t           date;          time_t           date;
         char            *vol;          char            *vol;
         char            *title;          char            *title;
Line 93  struct man_node {
Line 93  struct man_node {
         int              flags;          int              flags;
 #define MAN_VALID       (1 << 0)  #define MAN_VALID       (1 << 0)
 #define MAN_ACTED       (1 << 1)  #define MAN_ACTED       (1 << 1)
   #define MAN_EOS         (1 << 2)
         enum man_type    type;          enum man_type    type;
         char            *string;          char            *string;
         struct man_node *head;          struct man_node *head;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.30

CVSweb