From c9d68a690b65dacb2574b5f31b81fea985eeb8d4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 May 2019 21:47:08 +0200 Subject: [PATCH] cgroup_namespaces.7: tfix Signed-off-by: Michael Kerrisk --- man7/cgroup_namespaces.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/cgroup_namespaces.7 b/man7/cgroup_namespaces.7 index 156d6561e..c6f7a5cf7 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