aboutsummaryrefslogtreecommitdiffstats
path: root/man7/capabilities.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/capabilities.7')
-rw-r--r--man7/capabilities.76
1 files changed, 3 insertions, 3 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.