]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
man/: wfix useradd expiredate
authorDominika Borges <dvagnero@redhat.com>
Sun, 23 Mar 2025 18:02:50 +0000 (19:02 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 9 Jun 2025 08:23:37 +0000 (10:23 +0200)
man/useradd.8.xml

index c9f09dd4eff8f91f20ee87cfedfb12f89d6cb0a9..5e65cdb692b79bce1732b48611d3d2afb990717e 100644 (file)
        </term>
        <listitem>
          <para>
-           The date on which the user account will be disabled. The date is
-           specified in the format <emphasis remap='I'>YYYY-MM-DD</emphasis>.
+           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.
          </para>
          <para>
-           If not specified, <command>useradd</command> will use the
+           If not specified, <command>useradd</command> uses the
            default expiry date specified by the <option>EXPIRE</option>
            variable in <filename>/etc/default/useradd</filename>, or
            an empty string (no expiry) by default.