From bb57671d5777e78c2ccdd09d420741f36f0b6bdc Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sun, 25 Sep 2011 06:10:08 +0200
Status: applied
Subject: [PATCH] lseek.2: Document SEEK_HOLE and SEEK_DATA on FreeBSD and
 DragonFlyBSD

Signed-off-by: Guillem Jover <guillem@hadrons.org>
---
 man2/lseek.2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/man2/lseek.2 b/man2/lseek.2
index 9a59fa6..2f9cd8f 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -193,7 +193,7 @@ 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 DragonFlyBSD;
 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
-- 
1.7.6.3

