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

Diff for /src/usr.bin/comm/comm.c between version 1.3 and 1.4

version 1.3, 1999/02/17 03:35:49 version 1.4, 2000/11/21 18:06:45
Line 194 
Line 194 
 void  void
 usage()  usage()
 {  {
           (void)fprintf(stderr, "usage: comm [-123f] file1 file2\n");
         (void)fprintf(stderr, "usage: comm [-123] file1 file2\n");  
         exit(1);          exit(1);
 }  }

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