[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.22 and 1.23

version 1.22, 2002/11/23 18:43:29 version 1.23, 2002/12/08 16:50:07
Line 109 
Line 109 
         machine = sflag = NULL;          machine = sflag = NULL;
         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:s:S:w")) != -1)          while ((ch = getopt(argc, argv, "aC:cfhkM:m:P:s:S:w-")) != -1)
                 switch (ch) {                  switch (ch) {
                 case 'a':                  case 'a':
                         f_all = 1;                          f_all = 1;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23