From 20b9102ac74bd52241a6fbe8d5e31f0565f5c1cb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Jun 2020 21:46:21 +0200 Subject: [PATCH] madvise.2: tfix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- man2/madvise.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/madvise.2 b/man2/madvise.2 index bbad5df5f..b75d9caca 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2 @@ -348,7 +348,7 @@ behavior by default, and thus .BR MADV_HUGEPAGE is normally not necessary. It is mostly intended for embedded systems, where -.BR MADV_HUGEPAGE -stye +.BR MADV_HUGEPAGE -style behavior may not be enabled by default in the kernel. On such systems, this flag can be used in order to selectively enable THP.