Current code ignores the MPOL_MF_STRICT when handling hugetlb mapping, now patch([1]) handles MPOL_MF_STRICT in same semantic as other mapping. So, we can remove the note about 'MPOL_MF_STRICT is ignored on huge page mappings', and no changes to other part of man-page. [1] https://lore.kernel.org/linux-mm/1581559627-6206-1-git-send-email-lixinhai.lxh@xxxxxxxxx/ Signed-off-by: Li Xinhai <lixinhai.lxh@xxxxxxxxx> --- man2/mbind.2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/man2/mbind.2 b/man2/mbind.2 index 16644ff..8c07270 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -471,9 +471,6 @@ Support for huge page policy was added with 2.6.16. For interleave policy to be effective on huge page mappings the policied memory needs to be tens of megabytes or larger. .PP -.B MPOL_MF_STRICT -is ignored on huge page mappings. -.PP .B MPOL_MF_MOVE and .B MPOL_MF_MOVE_ALL -- 1.8.3.1