diff -x CVS -x Makefile.in -uNrd sysutils.orig/man/passwd.1 sysutils/man/passwd.1 --- sysutils.orig/man/passwd.1 2007-03-24 12:55:28.000000000 -0400 +++ sysutils/man/passwd.1 2007-03-24 13:11:56.000000000 -0400 @@ -26,6 +26,9 @@ .B \-s, \-\-show\-hash Do not modify any files, just output the password hash to the screen .TP +.B \-u, \-\-update\-if\-expired +Only prompt the user for a password if it has expired +.TP .B \-\-help Display help for the command .TP --- sysutils.orig/ChangeLog 2007-03-24 13:14:40.000000000 -0400 +++ sysutils/ChangeLog 2007-03-24 13:13:47.000000000 -0400 @@ -1,6 +1,10 @@ 2006-03-24 Ben Asselstine + * man/passwd.1: Added explanation for --update-if-expired option. + +2006-03-24 Ben Asselstine + * src/libpasswd.c (parse_setpasswd_opt): Removed user and group name handling. * src/libpasswd.h (struct setpasswd_options_t): Removed NAME member.