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

Diff for /mandoc/demandoc.c between version 1.24 and 1.25

version 1.24, 2015/10/22 22:06:43 version 1.25, 2016/01/08 02:13:39
Line 113  pmandoc(struct mparse *mp, int fd, const char *fn, int
Line 113  pmandoc(struct mparse *mp, int fd, const char *fn, int
         int              line, col;          int              line, col;
   
         mparse_readfd(mp, fd, fn);          mparse_readfd(mp, fd, fn);
           close(fd);
         mparse_result(mp, &man, NULL);          mparse_result(mp, &man, NULL);
         line = 1;          line = 1;
         col = 0;          col = 0;

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb