[BACK]Return to mdoc_man.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

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

version 1.1, 2011/09/17 14:45:22 version 1.2, 2011/09/20 13:47:59
Line 31 
Line 31 
         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