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

Diff for /mandoc/main.c between version 1.330 and 1.331

version 1.330, 2019/07/14 18:16:13 version 1.331, 2019/07/15 21:41:08
Line 727  out:
Line 727  out:
                         signum = WSTOPSIG(status);                          signum = WSTOPSIG(status);
                 }                  }
                 tag_unlink();                  tag_unlink();
         } else if (curp.outtype != OUTT_LINT)          } else if (curp.outtype != OUTT_LINT &&
               (search.argmode == ARG_FILE || sz > 0))
                 mandoc_msg_summary();                  mandoc_msg_summary();
   
         return (int)mandoc_msg_getrc();          return (int)mandoc_msg_getrc();

Legend:
Removed from v.1.330  
changed lines
  Added in v.1.331

CVSweb