[BACK]Return to what.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / what

Diff for /src/usr.bin/what/what.c between version 1.15 and 1.16

version 1.15, 2015/10/09 01:37:09 version 1.16, 2020/04/18 15:10:06
Line 85 
Line 85 
                         perror(*argv);                          perror(*argv);
                         exit(matches ? 0 : 1);                          exit(matches ? 0 : 1);
                 }                  }
                 printf("%s\n", *argv);                  printf("%s:\n", *argv);
                 search(match);                  search(match);
         } while(*++argv);          } while(*++argv);
         exit(matches ? 0 : 1);          exit(matches ? 0 : 1);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16