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

Diff for /mandoc/main.c between version 1.353 and 1.354

version 1.353, 2020/08/07 20:56:55 version 1.354, 2021/03/30 17:16:55
Line 846  process_onefile(struct mparse *mp, struct manpage *res
Line 846  process_onefile(struct mparse *mp, struct manpage *res
         if (outst->use_pager) {          if (outst->use_pager) {
                 outst->use_pager = 0;                  outst->use_pager = 0;
                 outst->tag_files = term_tag_init(conf->output.outfilename,                  outst->tag_files = term_tag_init(conf->output.outfilename,
                       outst->outtype == OUTT_HTML ? ".html" : "",
                     conf->output.tagfilename);                      conf->output.tagfilename);
 #if HAVE_PLEDGE  #if HAVE_PLEDGE
                 if ((conf->output.outfilename != NULL ||                  if ((conf->output.outfilename != NULL ||

Legend:
Removed from v.1.353  
changed lines
  Added in v.1.354

CVSweb