From a4b3be32725ca2d615017eaae848f8dc47827f58 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 23 May 2020 08:43:22 +0200 Subject: [PATCH] Manual pages: nsenter.1: note that 'file' can be a bind mount Signed-off-by: Michael Kerrisk --- sys-utils/nsenter.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-utils/nsenter.1 b/sys-utils/nsenter.1 index 147137bd89..5674f8d614 100644 --- a/sys-utils/nsenter.1 +++ b/sys-utils/nsenter.1 @@ -88,7 +88,8 @@ argument. This should be one of the .I /proc/[pid]/ns/* files described in -.BR namespaces (7). +.BR namespaces (7), +or the pathname of a bind mount that was created on one of those files. .TP \fB\-a\fR, \fB\-\-all\fR Enter all namespaces of the target process by the default -- 2.47.2