[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.13 and 1.14

version 1.13, 2013/03/02 05:33:41 version 1.14, 2013/03/02 07:18:17
Line 536 
Line 536 
 {  {
         extern char *__progname;          extern char *__progname;
   
         (void)fprintf(stderr, "usage: %s [-lL] [-v spec] name [pathname]\n",          (void)fprintf(stderr,
               "usage: %s [-Ll] [-v specification] name [pathname]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14