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

Diff for /mandoc/catman.c between version 1.10 and 1.11

version 1.10, 2012/01/03 15:17:20 version 1.11, 2012/06/08 10:33:48
Line 380  manup(const struct manpaths *dirs, char *base)
Line 380  manup(const struct manpaths *dirs, char *base)
         char             dst[MAXPATHLEN],          char             dst[MAXPATHLEN],
                          src[MAXPATHLEN];                           src[MAXPATHLEN];
         const char      *path;          const char      *path;
         int              i, c;          size_t           i;
           int              c;
         size_t           sz;          size_t           sz;
         FILE            *f;          FILE            *f;
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb