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

Diff for /mandoc/demandoc.c between version 1.19 and 1.20

version 1.19, 2015/04/18 16:34:25 version 1.20, 2015/04/18 17:53:21
Line 121  pmandoc(struct mparse *mp, int fd, const char *fn, int
Line 121  pmandoc(struct mparse *mp, int fd, const char *fn, int
         if (man == NULL)          if (man == NULL)
                 return;                  return;
         if (man->macroset == MACROSET_MDOC)          if (man->macroset == MACROSET_MDOC)
                 pmdoc(mdoc_node(man), &line, &col, list);                  pmdoc(man->first->child, &line, &col, list);
         else          else
                 pman(man_node(man), &line, &col, list);                  pman(man->first->child, &line, &col, list);
   
         if ( ! list)          if ( ! list)
                 putchar('\n');                  putchar('\n');

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb