]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/posix_fadvise.2
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man2 / posix_fadvise.2
index 740e6918493cebb0d793cd7dc03d6d58236bbeec..cbb29bb8f957bc5bfc60d863b8ce12591b8898af 100644 (file)
@@ -83,7 +83,7 @@ The specified data will be accessed in the near future.
 .TP
 .B POSIX_FADV_DONTNEED
 The specified data will not be accessed in the near future.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, zero is returned.
 On error, an error number is returned.
 .SH ERRORS
@@ -108,7 +108,7 @@ the underlying system call is called
 Library support has been provided since glibc version 2.2,
 via the wrapper function
 .BR posix_fadvise ().
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 Note that the type of the
 .I len
@@ -179,7 +179,7 @@ In kernels before 2.6.6, if
 .I len
 was specified as 0, then this was interpreted literally as "zero bytes",
 rather than as meaning "all bytes through to the end of the file".
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR readahead (2),
 .BR sync_file_range (2),
 .BR posix_fallocate (3),