Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 18:50:03 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295765 - head/lib/libc/sys
Message-ID:  <201602181850.u1IIo3sm069052@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer)
Date: Thu Feb 18 18:50:03 2016
New Revision: 295765
URL: https://svnweb.freebsd.org/changeset/base/295765

Log:
  Bump .Dd for r295764
  
  Also fix a spelling and grammar nit while here.

Modified:
  head/lib/libc/sys/lseek.2

Modified: head/lib/libc/sys/lseek.2
==============================================================================
--- head/lib/libc/sys/lseek.2	Thu Feb 18 18:41:40 2016	(r295764)
+++ head/lib/libc/sys/lseek.2	Thu Feb 18 18:50:03 2016	(r295765)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602181850.u1IIo3sm069052>