From: Alejandro Colomar Date: Wed, 4 Dec 2024 10:06:38 +0000 (+0100) Subject: man/: wfix X-Git-Tag: man-pages-6.10~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b159e0d6770a860f0d0ae1693dddb3b6116e7d9b;p=thirdparty%2Fman-pages.git man/: wfix Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/clone.2 b/man/man2/clone.2 index f8b190416..88e792257 100644 --- a/man/man2/clone.2 +++ b/man/man2/clone.2 @@ -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 diff --git a/man/man2/process_madvise.2 b/man/man2/process_madvise.2 index 8dba929a6..f76296a8a 100644 --- a/man/man2/process_madvise.2 +++ b/man/man2/process_madvise.2 @@ -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 diff --git a/man/man7/cgroups.7 b/man/man7/cgroups.7 index fe730a3e1..d12bf8297 100644 --- a/man/man7/cgroups.7 +++ b/man/man7/cgroups.7 @@ -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. diff --git a/man/man7/user_namespaces.7 b/man/man7/user_namespaces.7 index b8a9331f9..40a2a5363 100644 --- a/man/man7/user_namespaces.7 +++ b/man/man7/user_namespaces.7 @@ -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.