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

Diff for /src/usr.bin/getconf/getconf.c between version 1.3 and 1.4

version 1.3, 1996/06/26 05:33:43 version 1.4, 2001/03/01 21:15:41
Line 233 
Line 233 
 static void  static void
 usage()  usage()
 {  {
   fprintf (stderr, "usage: getconf system_var\n");          extern char *__progname;
   fprintf (stderr, "       getconf path_var pathname\n");  
   exit(1);          (void)fprintf(stderr, "usage: %s name [pathname]\n", __progname);
           exit(1);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4