]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct the description of MADV_DONTNEED. Specifically, after using
authorAlan Cox <alc@FreeBSD.org>
Sun, 12 Jul 2015 19:18:19 +0000 (19:18 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 12 Jul 2015 19:18:19 +0000 (19:18 +0000)
commit131041fa2ab263c3d47dc53b2384ca60fad46c4d
tree773370a2a440d73d49dc4523dc1ebc593ffbc64f
parenta1912cc90252e00829de34c974392f05592c7453
Correct the description of MADV_DONTNEED.  Specifically, after using
MADV_DONTNEED, while pages faults on the affected address range are more
likely to occur, they are not guaranteed to occur.

MFC after: 3 days
lib/libc/sys/madvise.2