]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Asciidoc: Small fix in nsenter.1.adoc
authorMario Blättermann <mario.blaettermann@gmail.com>
Sat, 20 Mar 2021 14:23:32 +0000 (15:23 +0100)
committerMario Blättermann <mario.blaettermann@gmail.com>
Sat, 20 Mar 2021 14:23:32 +0000 (15:23 +0100)
sys-utils/nsenter.1.adoc

index 381c35bdda99b7b877dc977c23691fbe1f314b23..6bda41e7eccc7f00c09e7c93bdf64a772dfb254d 100644 (file)
@@ -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.