diff options
Diffstat (limited to 'man7/cgroup_namespaces.7')
| -rw-r--r-- | man7/cgroup_namespaces.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/cgroup_namespaces.7 b/man7/cgroup_namespaces.7 index b69f91adf4..1b154005b4 100644 --- a/man7/cgroup_namespaces.7 +++ b/man7/cgroup_namespaces.7 @@ -121,7 +121,7 @@ freezer cgroup, and the root directory of the freezer cgroup hierarchy in the new cgroup namespace is also .IR /sub . -Thus, the new shell's cgroup membership is displayed as \(aq/\(aq.) +Thus, the new shell's cgroup membership is displayed as \[aq]/\[aq].) .PP However, when we look in .I /proc/self/mountinfo @@ -140,7 +140,7 @@ should show the directory in the cgroup filesystem which forms the root of this mount. Since by the definition of cgroup namespaces, the process's current freezer cgroup directory became its root freezer cgroup directory, -we should see \(aq/\(aq in this field. +we should see \[aq]/\[aq] in this field. The problem here is that we are seeing a mount entry for the cgroup filesystem corresponding to the initial cgroup namespace (whose cgroup filesystem is indeed rooted at the parent directory of @@ -151,7 +151,7 @@ new cgroup namespace), after which we see the expected results: .PP .in +4n .EX -sh2# \fBmount \-\-make\-rslave /\fP # Don\(aqt propagate mount events +sh2# \fBmount \-\-make\-rslave /\fP # Don\[aq]t propagate mount events # to other namespaces sh2# \fBumount /sys/fs/cgroup/freezer\fP sh2# \fBmount \-t cgroup \-o freezer freezer /sys/fs/cgroup/freezer\fP |
