]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_SET_THP_DISABLE.2const: ffix
authorAlejandro Colomar <alx@kernel.org>
Sun, 31 Aug 2025 09:18:07 +0000 (11:18 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 6 Sep 2025 20:21:09 +0000 (22:21 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Acked-by: "Carlos O'Donell" <carlos@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/PR_SET_THP_DISABLE.2const

index 564e005d4cf1eefc71200fd905744a995df2c890..532beac66befa5ecdf1f7ff2974047167aeb581c 100644 (file)
@@ -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