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

Diff for /mandoc/manpath.c between version 1.38 and 1.39

version 1.38, 2019/05/03 18:23:53 version 1.39, 2019/05/03 18:39:34
Line 332  manconf_output(struct manoutput *conf, const char *cp,
Line 332  manconf_output(struct manoutput *conf, const char *cp,
                 conf->toc = 1;                  conf->toc = 1;
                 return 0;                  return 0;
         default:          default:
                 if (fromfile)                  warnx("-O %s: Bad argument", cp);
                         warnx("-O %s: Bad argument", cp);  
                 return -1;                  return -1;
         }          }
         if (fromfile == 0)          if (fromfile == 0)

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

CVSweb