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

Diff for /src/usr.bin/aucat/aucat.c between version 1.28 and 1.29

version 1.28, 2008/10/26 08:49:43 version 1.29, 2008/10/26 11:55:22
Line 108 
Line 108 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-lu] [-C min:max] [-c min:max] [-d level] "              "usage: %s [-lu] [-b nsamples] [-C min:max] [-c min:max] [-e enc] "
             "[-e enc]\n"              "[-f device]\n"
             "\t[-f device] [-h fmt] [-i file] [-o file] "              "\t[-h fmt] [-i file] [-o file] [-r rate] [-x policy]\n",
             "[-r rate] [-x policy]\n",  
             __progname);              __progname);
 }  }
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29