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

Diff for /src/usr.bin/passwd/passwd.c between version 1.20 and 1.21

version 1.20, 2005/09/28 00:13:02 version 1.21, 2005/12/12 22:54:20
Line 167 
Line 167 
 void  void
 usage(int retval)  usage(int retval)
 {  {
         fprintf(stderr, "usage: passwd [-l] [-y] [-k [-n name] [-i instance] "          fprintf(stderr, "usage: passwd [-Kly] [user]\n");
             "[-r realm] [-u username[.instance][@realm]] [user]\n");  
         exit(retval);          exit(retval);
 }  }

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21