diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-02 15:49:25 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-07 23:01:34 +0200 |
| commit | 1a4f7d5908e9647738f1cbbe38c31813f55a4a37 (patch) | |
| tree | 7067763db346b855415fd05667b969c7a44106b0 /man7 | |
| parent | 89f929055e4eafbe10f9e9c85d85f23ed99c21ed (diff) | |
| download | man-pages-1a4f7d5908e9647738f1cbbe38c31813f55a4a37.tar.gz | |
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>
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/cgroups.7 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index ca914c128d..d8c3741745 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -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: |
