From: Alejandro Colomar Date: Sun, 31 Aug 2025 09:18:07 +0000 (+0200) Subject: man/man2const/PR_SET_THP_DISABLE.2const: ffix X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4caee65cef80f011313073b180d53d8e9c6e338f;p=thirdparty%2Fman-pages.git man/man2const/PR_SET_THP_DISABLE.2const: ffix Reported-by: Helge Kreutzmann Acked-by: "Carlos O'Donell" Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/PR_SET_THP_DISABLE.2const b/man/man2const/PR_SET_THP_DISABLE.2const index 564e005d4..532beac66 100644 --- a/man/man2const/PR_SET_THP_DISABLE.2const +++ b/man/man2const/PR_SET_THP_DISABLE.2const @@ -26,7 +26,9 @@ has a nonzero value, the flag is set, otherwise it is cleared. Setting this flag provides a method for disabling transparent huge pages for jobs where the code cannot be modified, -and using a malloc hook with +and using a +.BR malloc (3) +hook with .BR madvise (2) is not an option (i.e., statically allocated data). The setting of the "THP disable" flag is inherited by a child created via