Module Name:    src
Committed By:   sevan
Date:           Mon Sep  2 00:01:42 UTC 2019

Modified Files:
        src/lib/libc/sys: lseek.2

Log Message:
seek was present in v1
https://www.bell-labs.com/usr/dmr/www/man22.pdf


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/lseek.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/lseek.2
diff -u src/lib/libc/sys/lseek.2:1.24 src/lib/libc/sys/lseek.2:1.25
--- src/lib/libc/sys/lseek.2:1.24	Mon Apr  5 07:53:47 2010
+++ src/lib/libc/sys/lseek.2	Mon Sep  2 00:01:42 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: lseek.2,v 1.24 2010/04/05 07:53:47 wiz Exp $
+.\"	$NetBSD: lseek.2,v 1.25 2019/09/02 00:01:42 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)lseek.2	8.3 (Berkeley) 4/19/94
 .\"
-.Dd April 3, 2010
+.Dd September 2, 2019
 .Dt LSEEK 2
 .Os
 .Sh NAME
@@ -134,7 +134,7 @@ function conforms to
 A
 .Fn seek
 function appeared in
-.At v2 ,
+.At v1 ,
 later renamed into
 .Fn lseek
 for

Reply via email to