From 3145b49988e597ddfcffd08468dad1ca1c3caa9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sun, 31 Aug 2025 17:20:01 +0200 Subject: [PATCH] Fix markup in su.1.adoc --- login-utils/su.1.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/login-utils/su.1.adoc b/login-utils/su.1.adoc index 72abfdcc8..22f0f1f56 100644 --- a/login-utils/su.1.adoc +++ b/login-utils/su.1.adoc @@ -48,10 +48,10 @@ Specify a supplementary group. This option is available to the root user only. T *-*, *-l*, *--login*:: Start the shell as a login shell with an environment similar to a real login. + -Note that on systemd-based systems, a new session may be defined as a real +Note that on *systemd*(1)-based systems, a new session may be defined as a real entry point to the system. However, *su* does not create a real session (by -PAM) from this point of view. You need to use tools like *systemd-run* or -*machinectl* to initiate a complete, real session. +PAM) from this point of view. You need to use tools like *systemd-run*(1) or +*machinectl*(1) to initiate a complete, real session. + *su* does: + -- 2.47.3