diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/capabilities.7 | 6 | ||||
| -rw-r--r-- | man7/pid_namespaces.7 | 2 | ||||
| -rw-r--r-- | man7/symlink.7 | 2 | ||||
| -rw-r--r-- | man7/user_namespaces.7 | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 149e24fc45..abdbcf3f86 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -612,7 +612,7 @@ employ operation; .IP * set -.IR /proc/PID/oom_score_adj +.IR /proc/[pid]/oom_score_adj to a value lower than the value last set by a process with .BR CAP_SYS_RESOURCE . .RE @@ -1226,10 +1226,10 @@ and could be enabled/disabled via the kernel configuration option. The -.I /proc/PID/task/TID/status +.I /proc/[pid]/task/TID/status file can be used to view the capability sets of a thread. The -.I /proc/PID/status +.I /proc/[pid]/status file shows the capability sets of a process's main thread. Before Linux 3.8, nonexistent capabilities were shown as being enabled (1) in these sets. 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 diff --git a/man7/symlink.7 b/man7/symlink.7 index 0de70ff16c..d6251968e1 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -107,7 +107,7 @@ and can't be changed. (Note that there are some "magic" symbolic links in the .I /proc directory tree\(emfor example, the -.IR /proc/PID/fd/* +.IR /proc/[pid]/fd/* files\(emthat have different permissions.) .\" .\" The diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 5d2ab44274..da793099ee 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -882,7 +882,7 @@ and the System V IPC "ctl" .B IPC_STAT operations, credentials exposed by -.IR /proc/PID/status +.IR /proc/[pid]/status and the files in .IR /proc/sysvipc/* , credentials returned via the |
