From 25675bff81add55fc12b33f22d2b952d51ef4e0b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 25 Sep 2011 07:09:58 +0200 Subject: [PATCH] lseek.2: CONFORMING TO: Note other systems that have SEEK_HOLE+SEEK_DATA Signed-off-by: Guillem Jover Signed-off-by: Michael Kerrisk --- man2/lseek.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man2/lseek.2 b/man2/lseek.2 index 8a0580f37..fdb0f0d52 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -42,7 +42,7 @@ .\" Modified 2003-08-21 by Andries Brouwer .\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" -.TH LSEEK 2 2011-09-20 "Linux" "Linux Programmer's Manual" +.TH LSEEK 2 2011-09-25 "Linux" "Linux Programmer's Manual" .SH NAME lseek \- reposition read/write file offset .SH SYNOPSIS @@ -192,7 +192,8 @@ SVr4, 4.3BSD, POSIX.1-2001. .BR SEEK_DATA and .BR SEEK_HOLE -are nonstandard extensions also present in Solaris; +are nonstandard extensions also present in Solaris, +FreeBSD, and DragonFly BSD; they are proposed for inclusion in the next POSIX revision (Issue 8). .\" FIXME . Review http://austingroupbugs.net/view.php?id=415 in the future .SH NOTES