From: Dominika Borges Date: Sun, 23 Mar 2025 18:29:39 +0000 (+0100) Subject: man/: wfix usermod expiredate X-Git-Tag: 4.18.0-rc2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbde9772316108bb5f119aa56422b332a7f8a7ec;p=thirdparty%2Fshadow.git man/: wfix usermod expiredate --- diff --git a/man/usermod.8.xml b/man/usermod.8.xml index 349248b6b..fcbd71090 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -130,20 +130,20 @@ - The date on which the user account will be disabled. The - date is specified in the format - YYYY-MM-DD. Integers as input are - interpreted as days after 1970-01-01. + Specifies the date on which the user account will be disabled. + The value can be specified as a date in the YYYY-MM-DD format + or as a number of days since 1970-01-01. + The date is interpreted using the UTC timezone. - An input of -1 or an empty string will blank the account - expiration field in the shadow password file. The account - will remain available with no date limit. + An input of -1 or an empty string blanks the account expiration field + in the shadow password file. + The account will remain available with no expiration date. - This option requires a /etc/shadow file. - A /etc/shadow entry will be created if - there were none. + This option requires the /etc/shadow file. + If no entry exists in the /etc/shadow file, + the system will automatically create one. @@ -358,7 +358,7 @@ - changes the user's login shell. An empty string for SHELL blanks the + changes the user's login shell. An empty string for SHELL empties the field in /etc/passwd and logs the user into the system's default shell.