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

Diff for /src/usr.bin/sed/main.c between version 1.42 and 1.43

version 1.42, 2021/01/31 14:23:05 version 1.43, 2022/12/04 23:50:49
Line 143 
Line 143 
                         setvbuf(stdout, NULL, _IOLBF, 0);                          setvbuf(stdout, NULL, _IOLBF, 0);
                         break;                          break;
                 default:                  default:
                 case '?':  
                         (void)fprintf(stderr,                          (void)fprintf(stderr,
                             "usage: sed [-aEnru] [-i[extension]] command [file ...]\n"                              "usage: sed [-aEnru] [-i[extension]] command [file ...]\n"
                             "       sed [-aEnru] [-e command] [-f command_file] [-i[extension]] [file ...]\n");                              "       sed [-aEnru] [-e command] [-f command_file] [-i[extension]] [file ...]\n");

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43