summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 06:54:26 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-05 06:54:26 +0000
commited0e2b2fb9ed6ba8524e1f7a83d19d3a4e73d26d (patch)
tree0e46b085bfdad0dc99bec1c32aecc8dbb60a2094
parenta06a1b788f7b6959f1743c72550a7b75c5738d05 (diff)
Glibc support has been provided since version 2.2.
-rw-r--r--man2/posix_fadvise.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
index 739d4bc0..886098b5 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.