From 4739b6fd3e162ca5fd860bb2be111eb92623fc99 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 5 Apr 2017 10:59:53 +0200 Subject: [PATCH] agetty: fix login-options desc in man page Signed-off-by: Karel Zak --- term-utils/agetty.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/term-utils/agetty.8 b/term-utils/agetty.8 index 5477035e15..9560c1f939 100644 --- a/term-utils/agetty.8 +++ b/term-utils/agetty.8 @@ -192,13 +192,13 @@ program that \fBagetty\fR starts (usually /bin/login) is run as root. \-N, \-\-nonewline Do not print a newline before writing out /etc/issue. .TP -\-o, \-\-login\-options "\fI/path/command --option argument -- \\u\fP" +\-o, \-\-login\-options \fIoptions\fP Options that are passed to the login program. \\u is replaced -by the login name. The default is "/bin/login -- \\u". +by the user name. The default is "-- \\u". .IP -Also see the \fB\-\-autologin\fR and \fB\-\-remote\fR options. +Also see the \fB\-\-login\-program\fR, \fB\-\-autologin\fR and \fB\-\-remote\fR options. .IP -Please read the SECURITY NOTICE below before using this option. +Please, read the SECURITY NOTICE below before using this option. .TP \-p, \-\-login\-pause Wait for any key before dropping to the login prompt. Can be combined -- 2.47.2