diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-07 22:42:07 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-07 22:47:23 +0200 |
| commit | 750653a812a98d9d19c7d0f9fd263d124457be39 (patch) | |
| tree | 95469e4ef92a614a95b341be8e085ab4bafe7b9f /man7/pid_namespaces.7 | |
| parent | 85976da34f36a3347dcae5a44140c3591bd538fd (diff) | |
| download | man-pages-750653a812a98d9d19c7d0f9fd263d124457be39.tar.gz | |
getrusage.2, madvise.2, memfd_create.2, mlock.2, mount.2, getauxval.3, core.5, capabilities.7, pid_namespaces.7, symlink.7, user_namespaces.7: Consistently use /proc/[pid] (not /proc/PID)
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/pid_namespaces.7')
| -rw-r--r-- | man7/pid_namespaces.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index d37f80cc24..6c23cb744f 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -298,7 +298,7 @@ Thus, call sequences such as the following will fail (with the error A .I /proc filesystem shows (in the -.I /proc/PID +.I /proc/[pid] directories) only processes visible in the PID namespace of the process that performed the mount, even if the .I /proc |
