]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
su: (man) fix duplicate asterisk
authorGaël PORTAY <gael.portay@rtone.fr>
Tue, 18 Mar 2025 08:58:32 +0000 (09:58 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Mar 2025 11:52:41 +0000 (12:52 +0100)
Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit 1b317ef942bf007d2c765a390d2087a79a6de766)

login-utils/runuser.1.adoc
login-utils/su.1.adoc

index b041572e1020fa2af44883d56a26b3eecbd538fb..df9e122a9e2e7b097c2c8cf6a5f7a1363037030b 100644 (file)
@@ -73,7 +73,7 @@ If the target user has a restricted shell (i.e., not listed in _/etc/shells_), t
 **--session-command=**__command__::
 Same as *-c*, but do not create a new session. (Discouraged.)
 
-*-T*, *--no-pty**::
+*-T*, *--no-pty*::
 Do not create a pseudo-terminal, opposite of *--pty* and *-P*.
 Note that running without a pseudo-terminal opens the security risk of privilege escalation through TIOCSTI/TIOCLINUX ioctl command injection.
 
index 866139755abd3027d335838d0397138f4515b65b..596fceb668aa58b1341be62124c012df9d8c21ee 100644 (file)
@@ -81,7 +81,7 @@ The shell to run is selected according to the following rules, in order:
 **--session-command=**__command__::
 Same as *-c*, but do not create a new session. (Discouraged.)
 
-*-T*, *--no-pty**::
+*-T*, *--no-pty*::
 Do not create a pseudo-terminal, opposite of *--pty* and *-P*.
 Note that running without a pseudo-terminal opens the security risk of privilege escalation through TIOCSTI/TIOCLINUX ioctl command injection.