Clarify the SEEK_HOLE description, it repositions the file pointer.

MFC after:  3 days
This commit is contained in:
Konstantin Belousov 2012-05-26 05:25:55 +00:00
parent 1a67d0266c
commit 86b0103262
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236042

View File

@ -28,7 +28,7 @@
.\" @(#)lseek.2 8.3 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
.Dd April 5, 2007
.Dd May 26, 2012
.Dt LSEEK 2
.Os
.Sh NAME
@ -92,9 +92,9 @@ If
.Fa whence
is
.Dv SEEK_HOLE ,
the offset of the start of the next hole greater than or equal to the supplied
.Fa offset
is returned.
the offset is set to the start of the next hole greater than or equal
to the supplied
.Fa offset .
The definition of a hole is provided below.
.It
If