posix_fadvise.2: Rewrite VERSIONS, noting that the system call is fadvise64()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-09 06:45:26 +02:00
parent 83225c1f4d
commit e049eee85f
1 changed files with 8 additions and 5 deletions

View File

@ -23,7 +23,7 @@
.\"
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\"
.TH POSIX_FADVISE 2 2010-09-20 "Linux" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2010-10-09 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS
@ -99,10 +99,13 @@ returns
.B 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
Kernel support first appeared in Linux 2.5.60;
the underlying system call is called
.BR fadvise64 ().
.\" of fadvise64_64()
Library support has been provided since glibc version 2.2,
via the wrapper function
.BR posix_fadvise ().
.SH "CONFORMING TO"
POSIX.1-2001.
Note that the type of the