Added SEE ALSO referring to new posix_fallocate.3.

This commit is contained in:
Michael Kerrisk 2006-03-01 03:34:07 +00:00
parent f5441d2af5
commit 1f0ea6d8b7
2 changed files with 4 additions and 3 deletions

View File

@ -153,4 +153,5 @@ subject to race conditions.
.BR fork (2),
.BR open (2),
.BR fseek (3),
.BR lseek64 (3)
.BR lseek64 (3),
.BR posix_fallocate (3)

View File

@ -116,5 +116,5 @@ 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_fallocate (2),
.BR posix_madvise (2).
.BR posix_madvise (2),
.BR posix_fallocate (3)