posix_fadvise.2: Add sync_file_rane(2) under SEE ALSO

Reported-by: Manfred Schwarb <manfred99@gmx.ch>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-14 04:42:27 +02:00
parent efe08656e6
commit 9791cc7060
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
.\"
.\" 2005-04-08 mtk, noted kernel version and added BUGS
.\"
.TH POSIX_FADVISE 2 2003-02-14 "Linux" "Linux Programmer's Manual"
.TH POSIX_FADVISE 2 2010-06-14 "Linux" "Linux Programmer's Manual"
.SH NAME
posix_fadvise \- predeclare an access pattern for file data
.SH SYNOPSIS
@ -141,6 +141,7 @@ 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"
.BR readahead (2),
.BR sysnc_file_range (2),
.BR posix_fallocate (3),
.BR posix_madvise (3),
.\" FIXME . Write a posix_fadvise(3) page.