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

Diff for /src/usr.bin/cal/cal.c between version 1.17 and 1.18

version 1.17, 2005/12/07 12:31:05 version 1.18, 2005/12/08 14:54:30
Line 422 
Line 422 
 usage(void)  usage(void)
 {  {
   
         (void)fprintf(stderr, "usage: cal [-jy] [month year]\n");          (void)fprintf(stderr, "usage: cal [-jy] [month] [year]\n");
         exit(1);          exit(1);
 }  }
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18