diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-13 09:04:40 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-13 09:04:40 +0200 |
| commit | 4b0065723408d55664c29d7d21fc78a65c1a3ef3 (patch) | |
| tree | 435017d6731a9d274d9198d6b50ca385d9033f65 | |
| parent | 5fcb90fd097f002418897ecf0403c40a8a0b5be4 (diff) | |
| download | man-pages-4b0065723408d55664c29d7d21fc78a65c1a3ef3.tar.gz | |
mbind.2, set_mempolicy.2: Add kernel version for MPOL_LOCAL
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/mbind.2 | 4 | ||||
| -rw-r--r-- | man2/set_mempolicy.2 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man2/mbind.2 b/man2/mbind.2 index 5f173911b4..e437ab179c 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -251,7 +251,9 @@ and arguments specify the empty set, then the memory is allocated on the node of the CPU that triggered the allocation. -.B MPOL_LOCAL +.BR MPOL_LOCAL " (since Linux 3.8)" +.\" commit 479e2802d09f1e18a97262c4c6f8f17ae5884bd8 +.\" commit f2a07f40dbc603c15f8b06e6ec7f768af67b424f specifies "local allocation"; the memory is allocated on the node of the CPU that triggered the allocation (the "local node"). The diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 03260af6b2..dbf5d5a77a 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -213,7 +213,9 @@ arguments specify the empty set, then the policy specifies "local allocation" (like the system default policy discussed above). -.B MPOL_LOCAL +.BR MPOL_LOCAL " (since Linux 3.8)" +.\" commit 479e2802d09f1e18a97262c4c6f8f17ae5884bd8 +.\" commit f2a07f40dbc603c15f8b06e6ec7f768af67b424f specifies "local allocation"; the memory is allocated on the node of the CPU that triggered the allocation (the "local node"). The |
