]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
su: fix grammar on man page
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 4 Apr 2026 12:05:12 +0000 (08:05 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Sat, 4 Apr 2026 12:05:51 +0000 (08:05 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
login-utils/su.1.adoc

index 0c5845caeabcb7a1ba3c41c00d4eff34fd4a82d3..a47ea811a84edf2e181e7d0adccc732a0d3547bb 100644 (file)
@@ -56,10 +56,10 @@ PAM) from this point of view. You need to use tools like *systemd-run*(1) or
 +
 *su* does:
 +
-* clears all the environment variables except *TERM*, *COLORTERM*, *NO_COLOR* and variables specified by *--whitelist-environment*
-* initializes the environment variables *HOME*, *SHELL*, *USER*, *LOGNAME*, and *PATH*
-* changes to the target user's home directory
-* sets argv[0] of the shell to '*-*' in order to make the shell a login shell
+* clear all the environment variables except *TERM*, *COLORTERM*, *NO_COLOR* and variables specified by *--whitelist-environment*
+* initialize the environment variables *HOME*, *SHELL*, *USER*, *LOGNAME*, and *PATH*
+* change to the target user's home directory
+* set argv[0] of the shell to '*-*' in order to make the shell a login shell
 
 *-m*, *-p*, *--preserve-environment*::
 Preserve the entire environment, i.e., do not set *HOME*, *SHELL*, *USER* or *LOGNAME*. This option is ignored if the option *--login* is specified.