]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslogins: (man) reorder login statuses
authorKarel Zak <kzak@redhat.com>
Wed, 22 Feb 2023 10:36:03 +0000 (11:36 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 22 Feb 2023 10:36:03 +0000 (11:36 +0100)
It's better to keep the order in the man page the same as used in the lslogins output.

Reported-by: Radka Skvarilova <rskvaril@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/lslogins.1.adoc

index 30df5c371d04816a47eb24f4ec074580e2eb1983..8703f70b68640b0c908e967d83129d16cf3d33ac 100644 (file)
@@ -123,14 +123,14 @@ The default UID thresholds are read from _/etc/login.defs_.
 
 Multiple fields describe password status.
 
-*"Login by password disabled"*::
-'yes' means that there is no valid password. The password hash is missing, or the hash method is unknown or contains invalid chars.
+*"Password is locked"*::
+The password is prefixed by '!!', and the user cannot login although the password is set or empty. This is common for new accounts without a set password.
 
 *"Password not required (empty)"*::
 The password is not set (hash is missing); this is common for locked system accounts. Not requiring a password does not mean the user can log-in without a password. It depends on the password "lock" status.
 
-*"Password is locked"*::
-The password is prefixed by '!!', and the user cannot login although the password is set or empty. This is common for new accounts without a set password.
+*"Login by password disabled"*::
+'yes' means that there is no valid password. The password hash is missing, or the hash method is unknown or contains invalid chars.
 
 == HISTORY