lseek.2: CONFORMING TO: Note other systems that have SEEK_HOLE+SEEK_DATA

Signed-off-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Guillem Jover 2011-09-25 07:09:58 +02:00 committed by Michael Kerrisk
parent f497e4567d
commit 25675bff81
1 changed files with 3 additions and 2 deletions

View File

@ -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