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

Diff for /mandoc/main.c between version 1.252 and 1.253

version 1.252, 2015/10/22 21:03:43 version 1.253, 2015/10/22 21:54:23
Line 721  parse(struct curparse *curp, int fd, const char *file)
Line 721  parse(struct curparse *curp, int fd, const char *file)
                 }                  }
         }          }
         if (man->macroset == MACROSET_MAN) {          if (man->macroset == MACROSET_MAN) {
                   man_validate(man);
                 switch (curp->outtype) {                  switch (curp->outtype) {
                 case OUTT_HTML:                  case OUTT_HTML:
                         html_man(curp->outdata, man);                          html_man(curp->outdata, man);

Legend:
Removed from v.1.252  
changed lines
  Added in v.1.253

CVSweb