cgroups.7: Remove some redundant text on /proc files

The /proc files were mentioned in two different places.
Once is enough.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-10-02 15:49:25 +02:00
parent 89f929055e
commit 1a4f7d5908
1 changed files with 2 additions and 9 deletions

View File

@ -194,14 +194,6 @@ for one subsystem while being in
.I /foo2/foo3
for another.
.\"
.SS Introspection
The list of subsystems compiled into the kernel can be seen in the file
.IR /proc/cgroups .
The file
.I /proc/pid/cgroup
lists the task's current cgroup
membership for each mounted hierarchy.
.\"
.SS Creating cgroups and moving tasks
The system begins with a single root cgroup (per hierarchy), '/', which all tasks belong to.
A new cgroup is created by creating a directory in the cgroup filesystem:
@ -451,11 +443,12 @@ in a cgroup (and its descendants).
Further information can be found in the kernel source file
.IR Documentation/cgroup-v1/pids.txt .
.\"
.SS /proc files
.TP
.IR /proc/cgroups " (since Linux 2.6.24)"
This file contains information about the controllers
that are available on the system.
that are compiled into the kernel.
An example of the contents of this file (reformatted for readability)
is the following: