[BACK]Return to man.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / man

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/man/man.c between version 1.67 and 1.67.4.1

version 1.67, 2018/06/15 20:16:35 version 1.67.4.1, 2020/04/09 11:28:32
Line 363  main(int argc, char **argv)
Line 363  main(int argc, char **argv)
   
         }          }
   
         if (m.getpath)          if (m.getpath) {
                 printmanpath(&m);                  printmanpath(&m);
                   exit(cleanup());
           }
   
         /*          /*
          * now m.mymanpath is complete!           * now m.mymanpath is complete!

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.67.4.1

CVSweb <webmaster@jp.NetBSD.org>