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

Diff for /mandoc/mdoc_man.c between version 1.1 and 1.2

version 1.1, 2011/09/17 15:00:51 version 1.2, 2011/09/20 13:47:55
Line 31  struct manact {
Line 31  struct manact {
         int             (*cond)(DECL_ARGS);          int             (*cond)(DECL_ARGS);
         int             (*pre)(DECL_ARGS);          int             (*pre)(DECL_ARGS);
         void            (*post)(DECL_ARGS);          void            (*post)(DECL_ARGS);
         char             *prefix;          const char       *prefix;
         char             *suffix;          const char       *suffix;
 };  };
   
 static  void      print_word(const char *);  static  void      print_word(const char *);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb