diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-07 16:13:41 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-08 14:08:23 +0200 |
| commit | fb4752e127234ed0cb3dd6fc3a91c2d6afdb1e8f (patch) | |
| tree | 3a071d54dd737a517ea629761aa3776e9bb37314 /man7/cgroups.7 | |
| parent | 4580c2f6cbb6967083fd007a67575b89b1a9eec0 (diff) | |
| download | man-pages-fb4752e127234ed0cb3dd6fc3a91c2d6afdb1e8f.tar.gz | |
cgroups.7: Add some subheadings
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/cgroups.7')
| -rw-r--r-- | man7/cgroups.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index fe3c8d941d..0fd4acf4bf 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -477,7 +477,7 @@ For more changes, see the .I Documentation/cgroup-v2.txt file in the kernel source. .\" -.SS Release notification +.SS Cgroups v1 release notification A special file in each cgroup hierarchy, .IR release_agent , can be used to register a program to handle cgroups which become newly empty. @@ -488,7 +488,7 @@ The cgroup must be marked as eligible for autoremove by writing '1' into its .IR notify_on_release file; this value is inherited by newly created child cgroups. - +.SS Cgroups v2 events file A new feature in cgroups v2 is the .I cgroup.populated file. |
