diff options
author | bjk <bjk@FreeBSD.org> | 2016-02-18 18:50:03 +0000 |
---|---|---|
committer | bjk <bjk@FreeBSD.org> | 2016-02-18 18:50:03 +0000 |
commit | 3ae05646df771e48ff767b169804fe90db3254a0 (patch) | |
tree | dd0bf8ef410e407d4f74dae5a57acd343d81507f /lib/libc | |
parent | 1eb8a7dca663f4ffae7a32384a2f25c6c80df4e5 (diff) | |
download | FreeBSD-src-3ae05646df771e48ff767b169804fe90db3254a0.zip FreeBSD-src-3ae05646df771e48ff767b169804fe90db3254a0.tar.gz |
Bump .Dd for r295764
Also fix a spelling and grammar nit while here.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/lseek.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index ed75138..017dc54 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 May 26, 2012 +.Dd February 18, 2016 .Dt LSEEK 2 .Os .Sh NAME @@ -134,9 +134,9 @@ find all such ranges in a file. Each file is presented as having a zero-size virtual hole at the very end of the file. The existence of a hole at the end of every data region allows for easy -programming and also provides compatibility to the original imlementation +programming and also provides compatibility to the original implementation in Solaris. -It also causes the current file size (i.e. end-of-file offset) to be returned +It also causes the current file size (i.e., end-of-file offset) to be returned to indicate that there are no more holes past the supplied .Fa offset . Applications should use |