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

Diff for /mandoc/demandoc.c between version 1.17 and 1.18

version 1.17, 2015/04/02 22:48:17 version 1.18, 2015/04/18 16:06:39
Line 110  usage(void)
Line 110  usage(void)
 static void  static void
 pmandoc(struct mparse *mp, int fd, const char *fn, int list)  pmandoc(struct mparse *mp, int fd, const char *fn, int list)
 {  {
         struct mdoc     *mdoc;          struct roff_man *mdoc;
         struct man      *man;          struct roff_man *man;
         int              line, col;          int              line, col;
   
         mparse_readfd(mp, fd, fn);          mparse_readfd(mp, fd, fn);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb