Fix typos.

This commit is contained in:
nekral-guest 2011-11-19 14:20:52 +00:00
parent e538a4e2a3
commit 8f008f8319
2 changed files with 6 additions and 6 deletions

View File

@ -2080,7 +2080,7 @@
2009-05-18 Nicolas François <nicolas.francois@centraliens.net> 2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
* man/userdel.8.xml: Document tat -f may force teh deletion of a * man/userdel.8.xml: Document that -f may force the deletion of a
busy user. busy user.
2009-05-18 Nicolas François <nicolas.francois@centraliens.net> 2009-05-18 Nicolas François <nicolas.francois@centraliens.net>
@ -4404,7 +4404,7 @@
src/groupmod.c, src/grpck.c, src/grpconv.c, src/grpunconv.c, src/groupmod.c, src/grpck.c, src/grpconv.c, src/grpunconv.c,
src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c, src/newusers.c, src/passwd.c, src/pwck.c, src/pwconv.c,
src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c: src/pwunconv.c, src/useradd.c, src/userdel.c, src/usermod.c:
Harmonize the erro & syslog messages in case of failure of the Harmonize the error & syslog messages in case of failure of the
*_lock(), *_open(), *_close(), *_unlock(), *_remove() functions. *_lock(), *_open(), *_close(), *_unlock(), *_remove() functions.
* src/chgpasswd.c, src/chpasswd.c, src/usermod.c: Avoid * src/chgpasswd.c, src/chpasswd.c, src/usermod.c: Avoid
capitalized messages. capitalized messages.
@ -6254,7 +6254,7 @@
2008-02-26 Nicolas François <nicolas.francois@centraliens.net> 2008-02-26 Nicolas François <nicolas.francois@centraliens.net>
* src/gpasswd.c: When a password is moved to the gshadow file, use * src/gpasswd.c: When a password is moved to the gshadow file, use
"x" instead of "x" to indicate that the password is shadowed "x" instead of "!" to indicate that the password is shadowed
(consistency with grpconv). (consistency with grpconv).
2008-02-26 Nicolas François <nicolas.francois@centraliens.net> 2008-02-26 Nicolas François <nicolas.francois@centraliens.net>

2
NEWS
View File

@ -456,7 +456,7 @@ shadow-4.1.0 -> shadow-4.1.1 02-04-2008
faillog faster. faillog faster.
- gpasswd - gpasswd
* Fix failures when the gshadow file is not present. * Fix failures when the gshadow file is not present.
* When a password is moved to the gshadow file, use "x" instead of "x" * When a password is moved to the gshadow file, use "x" instead of "!"
to indicate that the password is shadowed (consistency with grpconv). to indicate that the password is shadowed (consistency with grpconv).
* Make sure the group and gshadow files are unlocked on exit. * Make sure the group and gshadow files are unlocked on exit.
- groupadd - groupadd