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

Diff for /src/usr.bin/dirname/dirname.c between version 1.12 and 1.13

version 1.12, 2009/10/27 23:59:37 version 1.13, 2010/08/10 22:05:36
Line 56 
Line 56 
 void  void
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr, "Usage: %s pathname\n", __progname);          (void)fprintf(stderr, "usage: %s pathname\n", __progname);
         exit(1);          exit(1);
 }  }

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