From d1b5d64be6c450cc97156cfeebed01192ac6271b Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 30 Jan 2026 13:28:02 -0500 Subject: [PATCH] nsenter: (manpage) fix minor grammar mistake Signed-off-by: Christian Goeschel Ndjomouo --- sys-utils/nsenter.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-utils/nsenter.1.adoc b/sys-utils/nsenter.1.adoc index c21fdcc85..d12097472 100644 --- a/sys-utils/nsenter.1.adoc +++ b/sys-utils/nsenter.1.adoc @@ -57,10 +57,10 @@ Enter all namespaces of the target process by the default _/proc//ns/{aster namespace paths. The default paths to the target process namespaces may be overridden by namespace-specific options (e.g., **--all --mount=**_path_). + -The user namespace will be ignored if the same as the caller's current user namespace. It prevents a caller that has dropped capabilities from regaining those capabilities via a call to *setns*(2). See the man page for more details. +The user namespace will be ignored if it is the same as the caller's current user namespace. It prevents a caller that has dropped capabilities from regaining those capabilities via a call to *setns*(2). See the man page for more details. *-t*, *--target* _PID[:inode]_:: -Specify a target process to get contexts from. The paths to the contexts specified by _pid_ are: +Specify a target process to get contexts from. The paths to the contexts specified by _PID_ are: _/proc/pid/ns/mnt_;; the mount namespace -- 2.47.3