s/posix_madvise (2)/posix_madvise (3)/;

(The page referred-to page still doesn't exit yet, but hopefully
will do sometime soon.)
This commit is contained in:
Michael Kerrisk 2008-04-28 18:27:36 +00:00
parent bac0a11532
commit 49d3590362
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ In kernels before 2.6.6, if
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 posix_madvise (2),
.BR readahead (2),
.BR posix_fallocate (3),
.BR posix_madvise (3),
.\" FIXME . Write a posix_fadvise(3) page.
.BR feature_test_macros (7)