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

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

version 1.9, 2011/12/25 17:49:52 version 1.11, 2012/06/08 10:33:48
Line 79  main(int argc, char *argv[])
Line 79  main(int argc, char *argv[])
         else          else
                 ++progname;                  ++progname;
   
         aux = base = NULL;          aux = base = conf_file = NULL;
         xstrlcpy(buf, "/var/www/cache/man.cgi", MAXPATHLEN);          xstrlcpy(buf, "/var/www/cache/man.cgi", MAXPATHLEN);
   
         while (-1 != (ch = getopt(argc, argv, "C:fm:M:o:v")))          while (-1 != (ch = getopt(argc, argv, "C:fm:M:o:v")))
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.9  
changed lines
  Added in v.1.11

CVSweb