From 1f0ea6d8b7198a21de269535268453dfc47b53ba Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 1 Mar 2006 03:34:07 +0000 Subject: [PATCH] Added SEE ALSO referring to new posix_fallocate.3. --- man2/lseek.2 | 3 ++- man2/posix_fadvise.2 | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index 904775690..8c000f5ff 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -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) diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index a67eef273..89cda62ca 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -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)