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

Diff for /mandoc/cgi.c between version 1.106 and 1.107

version 1.106, 2015/03/27 21:33:20 version 1.107, 2015/04/18 16:06:39
Line 819  format(const struct req *req, const char *file)
Line 819  format(const struct req *req, const char *file)
         struct manoutput conf;          struct manoutput conf;
         struct mparse   *mp;          struct mparse   *mp;
         struct mchars   *mchars;          struct mchars   *mchars;
         struct mdoc     *mdoc;          struct roff_man *mdoc;
         struct man      *man;          struct roff_man *man;
         void            *vp;          void            *vp;
         int              fd;          int              fd;
         int              usepath;          int              usepath;

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107

CVSweb