OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / readahead.2
index 4bd2ad6..08c2fe2 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 2004, Michael Kerrisk
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" 2004-05-40 Created by Michael Kerrisk <mtk.manpages@gmail.com>
 .\" 2004-10-05 aeb, minor correction
@@ -62,7 +62,7 @@ blocks until the specified data has been read.
 The current file offset of the open file referred to by
 .I fd
 is left unchanged.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR readahead ()
 returns 0; on failure, \-1 is returned, with
@@ -84,12 +84,12 @@ The
 .BR readahead ()
 system call appeared in Linux 2.4.13;
 glibc support has been provided since version 2.3.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 The
 .BR readahead ()
 system call is Linux-specific, and its use should be avoided
 in portable applications.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR lseek (2),
 .BR madvise (2),
 .BR mmap (2),