Changes.old: Fixes to 4.10 changelog

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-03-15 06:19:51 +01:00
parent d75c6df907
commit 55abe207b9
1 changed files with 4 additions and 4 deletions

View File

@ -44245,7 +44245,7 @@ madvise.2
mbind.2
Krzysztof Kulakowski [Michael Kerrisk]
Update MPOL_BIND description
Behavior of MPOL_BIND Linux 2.6.26.
The behavior of MPOL_BIND changed in Linux 2.6.26.
mincore.2
Michael Kerrisk
@ -44312,8 +44312,8 @@ posix_fadvise.2
obvious.
Michael Kerrisk
One can use open(2) + mmap(2) + mincore(2) as a 'fincore'
Note that open(2) + mmap(2) + mincore(2) to get a view of which
pages of a file are currently cached.
Note that open(2) + mmap(2) + mincore(2) can be used to get a view
of which pages of a file are currently cached.
Michael Kerrisk [Maik Zumstrull]
Note that POSIX_FADV_DONTNEED *may* try to write back dirty pages
Michael Kerrisk
@ -44650,7 +44650,7 @@ system.3
random.4
Michael Kerrisk [Jon Jensen]
Note that entropY-avail will be a number in the range 0..4096
Note that entropy_avail will be a number in the range 0..4096
core.5
Michael Kerrisk