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

Diff for /src/usr.bin/col/col.c between version 1.5 and 1.6

version 1.5, 1997/07/25 21:30:12 version 1.6, 2000/11/21 18:15:09
Line 522 
Line 522 
 void  void
 usage()  usage()
 {  {
           (void)fprintf(stderr, "usage: col [-bfhx] [-l num]\n");
         (void)fprintf(stderr, "usage: col [-bfx] [-l nline]\n");  
         exit(1);          exit(1);
 }  }
   

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