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

Diff for /src/usr.bin/whatis/Attic/whatis.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:54 version 1.3, 1997/01/15 23:43:37
Line 76 
Line 76 
   
         conffile = NULL;          conffile = NULL;
         p_augment = p_path = NULL;          p_augment = p_path = NULL;
         while ((ch = getopt(argc, argv, "C:M:m:P:")) != EOF)          while ((ch = getopt(argc, argv, "C:M:m:P:")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'C':                  case 'C':
                         conffile = optarg;                          conffile = optarg;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3