X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b0d623f7f2ae71ed96e60569f61f9a9a27016e80..527f99514973766e9c0382a4d8550dfb00f54939:/bsd/man/man2/madvise.2?ds=sidebyside diff --git a/bsd/man/man2/madvise.2 b/bsd/man/man2/madvise.2 index a4b4d415d..9f89c32ba 100644 --- a/bsd/man/man2/madvise.2 +++ b/bsd/man/man2/madvise.2 @@ -126,7 +126,7 @@ This is used with system call. .It Dv MADV_ZERO_WIRED_PAGES Indicates that the application would like the wired pages in this address -range to be zeroed out if the address range is dellocated without first +range to be zeroed out if the address range is deallocated without first unwiring the pages (i.e. a munmap(2) without a preceding munlock(2) or the application quits). This is used with