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

Diff for /src/usr.bin/split/split.c between version 1.6 and 1.7

version 1.6, 2002/02/16 21:27:53 version 1.7, 2002/12/08 16:50:07
Line 85 
Line 85 
         int ch;          int ch;
         char *ep, *p;          char *ep, *p;
   
         while ((ch = getopt(argc, argv, "-0123456789b:l:p:")) != -1)          while ((ch = getopt(argc, argv, "0123456789b:l:p:-")) != -1)
                 switch (ch) {                  switch (ch) {
                 case '0': case '1': case '2': case '3': case '4':                  case '0': case '1': case '2': case '3': case '4':
                 case '5': case '6': case '7': case '8': case '9':                  case '5': case '6': case '7': case '8': case '9':

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7