aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-05-29 08:53:24 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-05-29 08:53:24 +0000
commite3bd2278044595fe9569b146c23780da469e21b4 (patch)
treee8be83d4630fbcccb30a33f5ade230d6f7f17e83 /lib/libc/sys
parent657977fe1cc195a421b7c2d918aaaae3331f921d (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/lseek.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2
index 874c523196dd..349940a2a5b8 100644
--- a/lib/libc/sys/lseek.2
+++ b/lib/libc/sys/lseek.2
@@ -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