summaryrefslogtreecommitdiffstats
path: root/man7/cpuset.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/cpuset.7')
-rw-r--r--man7/cpuset.718
1 files changed, 11 insertions, 7 deletions
diff --git a/man7/cpuset.7 b/man7/cpuset.7
index fa2cb6239..800e4da3e 100644
--- a/man7/cpuset.7
+++ b/man7/cpuset.7
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: GPL-2.0-only
.\"
-.TH cpuset 7 2023-02-05 "Linux man-pages 6.03"
+.TH cpuset 7 2023-07-18 "Linux man-pages 6.05.01"
.SH NAME
cpuset \- confine processes to processor and memory node subsets
.SH DESCRIPTION
@@ -342,13 +342,13 @@ See \fBScheduler Relax Domain Level\fR, below, for further details.
In addition to the above pseudo-files in each directory below
.IR /dev/cpuset ,
each process has a pseudo-file,
-.IR /proc/<pid>/cpuset ,
+.IR /proc/ pid /cpuset ,
that displays the path of the process's cpuset directory
relative to the root of the cpuset filesystem.
.\" ================== proc status ==================
.PP
Also the
-.I /proc/<pid>/status
+.IR /proc/ pid /status
file for each process has four added lines,
displaying the process's
.I Cpus_allowed
@@ -845,8 +845,12 @@ In the case of multiple overlapping cpusets which have conflicting
values, then the highest such value
applies to all CPUs in any of the overlapping cpusets.
In such cases,
-the value \fBminus one (\-1)\fR is the lowest value, overridden by any
-other value, and the value \fBzero (0)\fR is the next lowest value.
+.B \-1
+is the lowest value,
+overridden by any other value,
+and
+.B 0
+is the next lowest value.
.SH FORMATS
The following formats are used to represent sets of
CPUs and memory nodes.
@@ -854,7 +858,7 @@ CPUs and memory nodes.
.SS Mask format
The \fBMask Format\fR is used to represent CPU and memory-node bit masks
in the
-.I /proc/<pid>/status
+.IR /proc/ pid /status
file.
.PP
This format displays each 32-bit
@@ -1240,7 +1244,7 @@ a cpuset into a different directory.
Attempted to
.BR read (2)
a
-.I /proc/<pid>/cpuset
+.IR /proc/ pid /cpuset
file for a cpuset path that is longer than the kernel page size.
.TP
.B ENAMETOOLONG