aboutsummaryrefslogtreecommitdiffstats
path: root/man5
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-04-28 08:10:29 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-05-09 23:08:53 +0200
commit5c2181ad88acbc0ebcc3dfd93b1259f2ef33b413 (patch)
tree31849774d609043f486e1c9429f04dabd31a6148 /man5
parent325b7eb06db837314f55edd6d270b499a9e4944f (diff)
downloadman-pages-5c2181ad88acbc0ebcc3dfd93b1259f2ef33b413.tar.gz
proc.5, cgroups.7: Move /proc/PID/cgroup discussion to cgroups(7) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
-rw-r--r--man5/proc.526
1 files changed, 2 insertions, 24 deletions
diff --git a/man5/proc.5 b/man5/proc.5
index 0c8c857233..25df7d2cc5 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -286,30 +286,8 @@ See also
.BR getauxval (3).
.TP
.IR /proc/[pid]/cgroup " (since Linux 2.6.24)"
-.\" Info in Documentation/cgroups/cgroups.txt
-This file describes control groups to which the process/task belongs.
-For each cgroup hierarchy there is one entry containing
-colon-separated fields of the form:
-.nf
-.ft CW
-
- 5:cpuacct,cpu,cpuset:/daemons
-.ft
-.fi
-.IP
-The colon-separated fields are, from left to right:
-.RS 11
-.IP 1. 3
-hierarchy ID number
-.IP 2.
-set of subsystems bound to the hierarchy
-.IP 3.
-control group in the hierarchy to which the process belongs
-.RE
-.IP
-This file is present only if the
-.B CONFIG_CGROUPS
-kernel configuration option is enabled.
+See
+.BR cgroups (7).
.TP
.IR /proc/[pid]/clear_refs " (since Linux 2.6.22)"
.\" commit b813e931b4c8235bb42e301096ea97dbdee3e8fe (2.6.22)