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

Diff for /mandoc/main.c between version 1.250 and 1.251

version 1.250, 2015/10/19 19:51:22 version 1.251, 2015/10/20 02:01:31
Line 696  parse(struct curparse *curp, int fd, const char *file)
Line 696  parse(struct curparse *curp, int fd, const char *file)
         if (man == NULL)          if (man == NULL)
                 return;                  return;
         if (man->macroset == MACROSET_MDOC) {          if (man->macroset == MACROSET_MDOC) {
                   mdoc_validate(man);
                 switch (curp->outtype) {                  switch (curp->outtype) {
                 case OUTT_HTML:                  case OUTT_HTML:
                         html_mdoc(curp->outdata, man);                          html_mdoc(curp->outdata, man);

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

CVSweb