diff options
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 11e372551..2968e3b3a 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2008-12-16 Corinna Vinschen <corinna@vinschen.de> + + * utils.sgml: Fix typo in passwd screen text. + 2008-12-15 Corinna Vinschen <corinna@vinschen.de> * passwd.c (main): Put how to delete the registry password on its own diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 83d9db399..e71de7d64 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -901,7 +901,7 @@ User operations: -P, --pwd-required password is required for USER. -R, --reg-store-pwd enter password to store it in the registry for later usage by services to be able to switch - to this user context with network credentials." + to this user context with network credentials. System operations: -i, --inactive NUM set NUM of days before inactive accounts are disabled |