Hello Marcus, On 1/25/19 10:21 PM, Marcus Gelderie wrote: > The cgroup.sane_behavior file returns the hard-coded value "0" and is > kept for legacy purposes. Mention this in the man-page. Patch applied. Thanks, Michael > --- > man7/cgroups.7 | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/man7/cgroups.7 b/man7/cgroups.7 > index a2dd7efa6..0670610ce 100644 > --- a/man7/cgroups.7 > +++ b/man7/cgroups.7 > @@ -87,6 +87,10 @@ Initially marked experimental, and hidden behind the > mount option, the new version (cgroups version 2) > was eventually made official with the release of Linux 4.5. > Differences between the two versions are described in the text below. > +The file > +.IR cgroup.sane_behavior , > +present in cgroups v1, is a relic of this mount option. The file > +always reports "0" and is only retained for backward compatibility. > .PP > Although cgroups v2 is intended as a replacement for cgroups v1, > the older system continues to exist > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/