Added VERSIONS section.

This commit is contained in:
Michael Kerrisk 2007-06-05 07:06:49 +00:00
parent ed0e2b2fb9
commit 0f94034628
1 changed files with 5 additions and 4 deletions

View File

@ -75,15 +75,16 @@ is not a valid file descriptor or is not open for reading.
does not refer to a file type to which
.BR readahead ()
can be applied.
.SH VERSIONS
The
.BR readahead ()
system call appeared in Linux 2.4.13;
glibc support has been provided since version 2.3.
.SH "CONFORMING TO"
The
.BR readahead ()
system call is Linux specific, and its use should be avoided
in portable applications.
.SH NOTES
The
.BR readahead ()
system call appeared in Linux 2.4.13.
.SH "SEE ALSO"
.BR fadvise (2),
.BR lseek (2),