From 06b5b17ff2851d89eb18cb5a3c3530381950cc85 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 4 Apr 2023 10:39:36 +0200 Subject: [PATCH] nsenter: (man) imropve readability Signed-off-by: Karel Zak --- sys-utils/nsenter.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/nsenter.1.adoc b/sys-utils/nsenter.1.adoc index c6c0515e64..c05352638d 100644 --- a/sys-utils/nsenter.1.adoc +++ b/sys-utils/nsenter.1.adoc @@ -106,12 +106,12 @@ Enter the time namespace. If no file is specified, enter the time namespace of t *-G*, *--setgid* _gid_:: Set the group ID which will be used in the entered namespace and drop supplementary groups. *nsenter* always sets GID for user namespaces, the default is 0. -If the argument _follow_ is specified the GID of the target process is used. +If the argument "follow" is specified the GID of the target process is used. *-S*, *--setuid* _uid_:: Set the user ID which will be used in the entered namespace. *nsenter* always sets UID for user namespaces, the default is 0. -If the argument _follow_ is specified the UID of the target process is used. +If the argument "follow" is specified the UID of the target process is used. *--preserve-credentials*:: Don't modify UID and GID when enter user namespace. The default is to drops supplementary groups and sets GID and UID to 0. -- 2.39.5