Ultimately, the effect of this flag was subsumed under the
.B CLONE_THREAD
flag and by the time Linux 2.6.0 was released, this flag had no effect.
-Starting in Linux 2.6.2, the need to give this flag together with
+Since Linux 2.6.2,
+the need to give this flag together with
.B CLONE_THREAD
disappeared.
.IP
(See the discussion regarding partial advice in RETURN VALUE.)
.P
.\" commit 96cfe2c0fd23ea7c2368d14f769d287e7ae1082e
-Starting in Linux 5.12,
+Since Linux 5.12,
permission to apply advice to another process is governed by
ptrace access mode
.B PTRACE_MODE_READ_FSCREDS
should show statistics only for the cgroup itself,
and not for any descendant cgroups.
This was the behavior before Linux 5.2.
-Starting in Linux 5.2,
+Since Linux 5.2,
the default behavior is to include statistics for descendant cgroups in
.IR memory.events ,
and this mount option can be used to revert to the legacy behavior.
.\" ============================================================
.\"
.SS Interaction of user namespaces and other types of namespaces
-Starting in Linux 3.8, unprivileged processes can create user namespaces,
+Since Linux 3.8,
+unprivileged processes can create user namespaces,
and the other types of namespaces can be created with just the
.B CAP_SYS_ADMIN
capability in the caller's user namespace.