aboutsummaryrefslogtreecommitdiffstats
path: root/man2/readahead.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/readahead.2')
-rw-r--r--man2/readahead.215
1 files changed, 5 insertions, 10 deletions
diff --git a/man2/readahead.2 b/man2/readahead.2
index 11f850726f..d697959791 100644
--- a/man2/readahead.2
+++ b/man2/readahead.2
@@ -64,20 +64,15 @@ 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 glibc 2.3.
-.SH STANDARDS
-The
-.BR readahead ()
-system call is Linux-specific, and its use should be avoided
-in portable applications.
-.SH NOTES
On some 32-bit architectures,
the calling signature for this system call differs,
for the reasons described in
.BR syscall (2).
+.SH STANDARDS
+Linux.
+.SH HISTORY
+Linux 2.4.13,
+glibc 2.3.
.SH BUGS
.BR readahead ()
attempts to schedule the reads in the background and return immediately.