diff options
Diffstat (limited to '')
-rw-r--r-- | upstream/archlinux/man2/get_mempolicy.2 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/upstream/archlinux/man2/get_mempolicy.2 b/upstream/archlinux/man2/get_mempolicy.2 index 3d308c61..8b061dbf 100644 --- a/upstream/archlinux/man2/get_mempolicy.2 +++ b/upstream/archlinux/man2/get_mempolicy.2 @@ -7,7 +7,7 @@ .\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com> .\" more precise specification of behavior. .\" -.TH get_mempolicy 2 2023-10-31 "Linux man-pages 6.06" +.TH get_mempolicy 2 2024-05-02 "Linux man-pages 6.8" .SH NAME get_mempolicy \- retrieve NUMA memory policy for a thread .SH LIBRARY @@ -137,7 +137,9 @@ specifies but not .BR MPOL_F_ADDR , and the thread's current policy is -.BR MPOL_INTERLEAVE , +.B MPOL_INTERLEAVE +or +.BR MPOL_WEIGHTED_INTERLEAVE , then .BR get_mempolicy () will return in the location pointed to by a non-NULL @@ -205,8 +207,10 @@ specified .B MPOL_F_NODE but not .B MPOL_F_ADDR -and the current thread policy is not -.BR MPOL_INTERLEAVE . +and the current thread policy is neither +.B MPOL_INTERLEAVE +nor +.BR MPOL_WEIGHTED_INTERLEAVE . Or, .I flags specified |