aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/lseek.25
1 files changed, 3 insertions, 2 deletions
diff --git a/man2/lseek.2 b/man2/lseek.2
index 8a0580f37d..fdb0f0d52b 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -42,7 +42,7 @@
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\" 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