diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-20 21:47:08 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-05-20 21:50:41 +0200 |
| commit | c9d68a690b65dacb2574b5f31b81fea985eeb8d4 (patch) | |
| tree | 75daef24c77c1b079e439e3303b35cf3a7a2ed92 /man7 | |
| parent | ad34717f779d91979eaa1d9db7d3fefcd3b223ef (diff) | |
| download | man-pages-c9d68a690b65dacb2574b5f31b81fea985eeb8d4.tar.gz | |
cgroup_namespaces.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
| -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 156d6561e9..c6f7a5cf7d 100644 --- a/man7/cgroup_namespaces.7 +++ b/man7/cgroup_namespaces.7 @@ -118,11 +118,11 @@ with PID 1), and the process in the sibling cgroup .PP .EX .in +4n -$ \fBcat /proc/self/cgroup | grep freezer\fP +# \fBcat /proc/self/cgroup | grep freezer\fP 7:freezer:/ -$ \fBcat /proc/1/cgroup | grep freezer\fP +# \fBcat /proc/1/cgroup | grep freezer\fP 7:freezer:/.. -$ \fBcat /proc/20124/cgroup | grep freezer\fP +# \fBcat /proc/20124/cgroup | grep freezer\fP 7:freezer:/../sub2 .in .EE |
