From: Dominika Borges Date: Sun, 23 Mar 2025 18:02:50 +0000 (+0100) Subject: man/: wfix useradd expiredate X-Git-Tag: 4.18.0-rc2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a132628c88158e877a58e31a72dcb7792a62bdc2;p=thirdparty%2Fshadow.git man/: wfix useradd expiredate --- diff --git a/man/useradd.8.xml b/man/useradd.8.xml index c9f09dd4e..5e65cdb69 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -183,11 +183,13 @@ - The date on which the user account will be disabled. The date is - specified in the format YYYY-MM-DD. + Sets 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. - If not specified, useradd will use the + If not specified, useradd uses the default expiry date specified by the variable in /etc/default/useradd, or an empty string (no expiry) by default.