diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 739d4bc0c..886098b56 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -86,6 +86,7 @@ returns EINVAL in this case.) .SH VERSIONS .BR posix_fadvise () appeared in kernel 2.5.60. +Glibc support has been provided since version 2.2. .\" Actually as fadvise64() -- MTK .SH "CONFORMING TO" POSIX.1-2001. @@ -97,7 +98,6 @@ to .I off_t in POSIX.1-2003 TC1. .SH NOTES -VERSIONS Under Linux, \fBPOSIX_FADV_NORMAL\fP sets the readahead window to the default size for the backing device; \fBPOSIX_FADV_SEQUENTIAL\fP doubles this size, and \fBPOSIX_FADV_RANDOM\fP disables file readahead entirely.