]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix login.1.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Wed, 3 Sep 2025 17:39:37 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 17:39:37 +0000 (19:39 +0200)
Something went wrong in the last commit... Instead fixing markup issues, *login* went to an empty **.

login-utils/login.1.adoc

index b7419f9a0c264d7d993c096ce1f085851917fcd0..4702243460cf037c1a7f0b14356bb31022380b7e 100644 (file)
@@ -22,9 +22,9 @@ login - begin session on the system
 
 == DESCRIPTION
 
-** is used when signing onto a system. If no argument is given, ** prompts for the username.
+*login* is used when signing onto a system. If no argument is given, ** prompts for the username.
 
-The user is then prompted for a password, where appropriate. Echoing is disabled to prevent revealing the password. Only a number of password failures are permitted before ** exits and the communications link is severed. See *_RETRIES* in the *CONFIG FILE ITEMS* section.
+The user is then prompted for a password, where appropriate. Echoing is disabled to prevent revealing the password. Only a number of password failures are permitted before *login* exits and the communications link is severed. See *LOGIN_RETRIES* in the *CONFIG FILE ITEMS* section.
 
 If password aging has been enabled for the account, the user may be prompted for a new password before proceeding. In such case old password must be provided and the new password entered before continuing. Please refer to *passwd*(1) for more information.