* src/usermod.c (new_pwent): Document that pw_locate will not fail

because getpwnam returned successfully.
This commit is contained in:
nekral-guest
2011-07-14 13:29:48 +00:00
parent c2333946c0
commit c23e851074
2 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
* man/usermod.8.xml: Document behavior of an empty EXPIRE_DATE.
* man/usermod.8.xml: Document that the mail spool might have to be
renamed (as for the homedir)
* src/usermod.c (new_pwent): Document that pw_locate will not fail
because getpwnam returned successfully.
2011-07-08 Nicolas François <nicolas.francois@centraliens.net>