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

Diff for /src/usr.bin/man/Attic/man.c between version 1.4 and 1.5

version 1.4, 1996/09/16 02:26:10 version 1.5, 1997/01/15 23:42:52
Line 95 
Line 95 
   
         f_cat = f_how = 0;          f_cat = f_how = 0;
         conffile = p_add = p_path = NULL;          conffile = p_add = p_path = NULL;
         while ((ch = getopt(argc, argv, "-aC:cfhkM:m:P:w")) != EOF)          while ((ch = getopt(argc, argv, "-aC:cfhkM:m:P:w")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'a':                  case 'a':
                         f_all = 1;                          f_all = 1;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5