[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.26 and 1.27

version 1.26, 2008/08/14 09:58:55 version 1.27, 2008/08/25 11:56:12
Line 136 
Line 136 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-qu] [-C min:max] [-c min:max] [-d level] "              "usage: %s [-qu] [-C min:max] [-c min:max] [-E enc] [-e enc] "
             "[-E enc] [-e enc]\n"              "[-f device]\n"
             "\t[-f device] [-H fmt] [-h fmt] [-i file] [-o file] [-R rate]\n"              "\t[-H fmt] [-h fmt] [-i file] [-o file] [-R rate] [-r rate]\n"
             "\t[-r rate] [-X policy] [-x policy]\n",              "\t[-X policy] [-x policy]\n",
             __progname);              __progname);
 }  }
   

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27