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

Diff for /src/usr.bin/unifdef/unifdef.c between version 1.16 and 1.17

version 1.16, 2014/04/18 21:11:34 version 1.17, 2014/04/30 06:06:09
Line 453 
Line 453 
 synopsis(FILE *fp)  synopsis(FILE *fp)
 {  {
         fprintf(fp,          fprintf(fp,
             "usage:     unifdef [-bBcdehKkmnsStV] [-x{012}] [-Mext] [-opath] \\\n"              "usage:     unifdef [-BbcdehKkmnSstV] [-[i]Dsym[=val]] [-[i]Usym] [-f defile]\n"
             "           [-[i]Dsym[=val]] [-[i]Usym] [-fpath] ... [file] ...\n");              "           [-M backext] [-o outfile] [-x 0 | 1 | 2] file ...\n");
 }  }
   
 static void  static void

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