From: Mario Blättermann Date: Wed, 3 Sep 2025 17:39:37 +0000 (+0200) Subject: Fix login.1.adoc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bd6531c94b52935e2a99ad1b48ceeaf0bad2417;p=thirdparty%2Futil-linux.git Fix login.1.adoc Something went wrong in the last commit... Instead fixing markup issues, *login* went to an empty **. --- diff --git a/login-utils/login.1.adoc b/login-utils/login.1.adoc index b7419f9a0..470224346 100644 --- a/login-utils/login.1.adoc +++ b/login-utils/login.1.adoc @@ -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.