summaryrefslogtreecommitdiffstats
path: root/Changes.old
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2017-03-15 06:19:51 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-03-15 06:36:53 +0100
commit55abe207b9190fe1e46145060fc915a902d5b66d (patch)
tree26adb4270109b1ee66fca9ffaf776b0ae2b4c937 /Changes.old
parentd75c6df9079ed31ff460f16677a2823873c5b65d (diff)
Changes.old: Fixes to 4.10 changelog
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'Changes.old')
-rw-r--r--Changes.old8
1 files changed, 4 insertions, 4 deletions
diff --git a/Changes.old b/Changes.old
index ff7cb55cd..bf4a1d7f4 100644
--- a/Changes.old
+++ b/Changes.old
@@ -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