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

Diff for /src/usr.bin/tip/Attic/cu.c between version 1.22 and 1.23

version 1.22, 2007/05/15 19:42:05 version 1.23, 2007/11/26 09:28:34
Line 97 
Line 97 
                 case 'l':                  case 'l':
                         if (DV != NULL) {                          if (DV != NULL) {
                                 fprintf(stderr,                                  fprintf(stderr,
                                     "%s: cannot specificy multiple -l options\n",                                      "%s: cannot specify multiple -l options\n",
                                     __progname);                                      __progname);
                                 exit(3);                                  exit(3);
                         }                          }

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