summaryrefslogtreecommitdiffstats
path: root/sys-utils/nsenter.1
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/nsenter.1')
-rw-r--r--sys-utils/nsenter.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1
index 0b1fceb36..8a3b25ecc 100644
--- a/sys-utils/nsenter.1
+++ b/sys-utils/nsenter.1
@@ -136,7 +136,7 @@ Set the user ID which will be used in the entered namespace.
.BR nsenter (1)
always sets UID for user namespaces, the default is 0.
.TP
-\fB\-\-preserve-credentials\fR
+\fB\-\-preserve\-credentials\fR
Don't modify UID and GID when enter user namespace. The default is to
drops supplementary groups and sets GID and UID to 0.
.TP
@@ -150,7 +150,7 @@ Set the working directory. If no directory is specified, set the working
directory to the working directory of the target process. If directory is
specified, set the working directory to the specified directory.
.TP
-\fB\-F\fR, \fB\-\-no-fork\fR
+\fB\-F\fR, \fB\-\-no\-fork\fR
Do not fork before exec'ing the specified program. By default, when entering a
PID namespace, \fBnsenter\fP calls \fBfork\fP before calling \fBexec\fP so that
any children will also be in the newly entered PID namespace.