From b4e57a8a90ae6123b4a996fa10dd22c3ab54b4a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sat, 20 Mar 2021 15:23:32 +0100 Subject: [PATCH] Asciidoc: Small fix in nsenter.1.adoc --- sys-utils/nsenter.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3