From: Mario Blättermann Date: Sun, 28 Mar 2021 09:58:08 +0000 (+0200) Subject: Asciidoc: Better gettext message splitting in nsenter.1.adoc X-Git-Tag: v2.37-rc1~34^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cc47aa51caf6e1a8364834fcfcf9e4f6a0ef74;p=thirdparty%2Futil-linux.git Asciidoc: Better gettext message splitting in nsenter.1.adoc --- diff --git a/sys-utils/nsenter.1.adoc b/sys-utils/nsenter.1.adoc index b4edc1fba6..232e0afe62 100644 --- a/sys-utils/nsenter.1.adoc +++ b/sys-utils/nsenter.1.adoc @@ -58,25 +58,25 @@ The user namespace will be ignored if the same as the caller's current user name *-t*, *--target* _PID_:: Specify a target process to get contexts from. The paths to the contexts specified by _pid_ are: -/proc/_pid_/ns/mnt;; +_/proc/pid/ns/mnt_;; the mount namespace -/proc/_pid_/ns/uts;; +_/proc/pid/ns/uts_;; the UTS namespace -/proc/_pid_/ns/ipc;; +_/proc/pid/ns/ipc_;; the IPC namespace -/proc/_pid_/ns/net;; +_/proc/pid/ns/net_;; the network namespace -/proc/_pid_/ns/pid;; +_/proc/pid/ns/pid_;; the PID namespace -/proc/_pid_/ns/user;; +_/proc/pid/ns/user_;; the user namespace -/proc/_pid_/ns/cgroup;; +_/proc/pid/ns/cgroup_;; the cgroup namespace -/proc/_pid_/ns/time;; +_/proc/pid/ns/time_;; the time namespace -/proc/_pid_/root;; +_/proc/pid/root_;; the root directory -/proc/_pid_/cwd;; +_/proc/pid/cwd_;; the working directory respectively *-m*, *--mount*[=_file_]::