]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: wfix
authorAlejandro Colomar <alx@kernel.org>
Wed, 4 Dec 2024 10:06:38 +0000 (11:06 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 4 Dec 2024 10:06:38 +0000 (11:06 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/clone.2
man/man2/process_madvise.2
man/man7/cgroups.7
man/man7/user_namespaces.7

index f8b190416fcdbef9f55b2e304cd9db6580ce3ae2..88e79225716c59300e8ef2cc8cbf96a7c2d216a7 100644 (file)
@@ -476,7 +476,8 @@ which caused the parent not to receive a signal when the child terminated.
 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
index 8dba929a67ae716f2323a329330d6238e7e758fe..f76296a8a2d77727fb2b0bfeb2fd2dd019ad50c3 100644 (file)
@@ -105,7 +105,7 @@ No further elements will be processed beyond that point.
 (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
index fe730a3e192741ec20327e30b4f1e0cfda3d61ad..d12bf8297e04ecca14e22c9c8c9e20934349a1ba 100644 (file)
@@ -663,7 +663,7 @@ The
 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.
index b8a9331f91dad421ebcdbf05e44e951054bc5ff2..40a2a53634dcdfd9e4fee2f4ad84354bf5072544 100644 (file)
@@ -308,7 +308,8 @@ in the initial user namespace.
 .\" ============================================================
 .\"
 .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.