From: Mario Blättermann Date: Sat, 20 Mar 2021 14:23:32 +0000 (+0100) Subject: Asciidoc: Small fix in nsenter.1.adoc X-Git-Tag: v2.37-rc1~34^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e57a8a90ae6123b4a996fa10dd22c3ab54b4a1;p=thirdparty%2Futil-linux.git Asciidoc: Small fix in nsenter.1.adoc --- diff --git a/sys-utils/nsenter.1.adoc b/sys-utils/nsenter.1.adoc index 381c35bdda..6bda41e7ec 100644 --- a/sys-utils/nsenter.1.adoc +++ b/sys-utils/nsenter.1.adoc @@ -106,7 +106,7 @@ ____ 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. *-S*, *--setuid* _uid_:: - Set the user ID which will be used in the entered namespace. nsenter1 always sets UID for user namespaces, the default is 0. + Set the user ID which will be used in the entered namespace. *nsenter* always sets UID for user namespaces, the default is 0. *--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.