From 3d0620a9a8078b9c5aa065cbdd3f07c9abf81138 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Tue, 23 Feb 2021 16:25:54 +0100 Subject: [PATCH] su: fix man page typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Štěpán Němec --- login-utils/su.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/login-utils/su.1 b/login-utils/su.1 index 622be736a0..0f20118bce 100644 --- a/login-utils/su.1 +++ b/login-utils/su.1 @@ -52,15 +52,15 @@ is mostly designed for unprivileged users, the recommended solution for privileged users (e.g., scripts executed by root) is to use non-set-user-ID command .BR runuser (1) -that does not require authentication and provide separate PAM configuration. If -the PAM session is not required at all then the recommend solution is to use +that does not require authentication and provides separate PAM configuration. If +the PAM session is not required at all then the recommended solution is to use command .BR setpriv (1). .PP Note that .B su -in all cases use PAM -.RB (pam_getenvlist (3)) +in all cases uses PAM +.RB ( pam_getenvlist (3)) to do the final environment modification. Command-line options such as \fB\-\-login\fR and \fB\-\-preserve\-environment\fR affect -- 2.47.3