summaryrefslogtreecommitdiffstats
path: root/sys-utils/nsenter.1
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek2013-01-21 07:38:05 +0100
committerKarel Zak2013-01-25 15:32:35 +0100
commit28384adc60dd988f221f093cb27751e4470f7c9b (patch)
tree39155cce5178312e304842ec8f01901552078de2 /sys-utils/nsenter.1
parentnsenter: allow arguments to be specified in any order (diff)
downloadkernel-qcow2-util-linux-28384adc60dd988f221f093cb27751e4470f7c9b.tar.gz
kernel-qcow2-util-linux-28384adc60dd988f221f093cb27751e4470f7c9b.tar.xz
kernel-qcow2-util-linux-28384adc60dd988f221f093cb27751e4470f7c9b.zip
nsenter: rename --exec/-e to --no-fork/-F
The naming of this option was really confusing. Just rename it for clarity. [kzak@redhat.com: rebase to original code without --all] Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/nsenter.1')
-rw-r--r--sys-utils/nsenter.12
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1
index 0fbb645a3..3bc42a4cb 100644
--- a/sys-utils/nsenter.1
+++ b/sys-utils/nsenter.1
@@ -87,7 +87,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
-.BR \-e , " \-\-exec"
+.BR \-F , " \-\-no-fork"
Don't fork before exec'ing the specified program. By default when entering
a pid namespace enter calls fork before calling exec so that the children will
be in the newly entered pid namespace.