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

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

version 1.2, 1996/06/26 05:32:34 version 1.3, 1997/01/15 23:42:24
Line 86 
Line 86 
   
         /* Since we don't support multi-byte characters, the -c and -b          /* Since we don't support multi-byte characters, the -c and -b
            options are equivalent, and the -n option is meaningless. */             options are equivalent, and the -n option is meaningless. */
         while ((ch = getopt(argc, argv, "b:c:d:f:sn")) != EOF)          while ((ch = getopt(argc, argv, "b:c:d:f:sn")) != -1)
                 switch(ch) {                  switch(ch) {
                 case 'b':                  case 'b':
                 case 'c':                  case 'c':

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