Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add a history section. From OpenBSD.



details:   https://anonhg.NetBSD.org/src/rev/d04cd1b85957
branches:  trunk
changeset: 753608:d04cd1b85957
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 03 15:42:22 2010 +0000

description:
Add a history section. From OpenBSD.

diffstat:

 lib/libc/sys/lseek.2 |  16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r a226d231e7cd -r d04cd1b85957 lib/libc/sys/lseek.2
--- a/lib/libc/sys/lseek.2      Sat Apr 03 15:35:06 2010 +0000
+++ b/lib/libc/sys/lseek.2      Sat Apr 03 15:42:22 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lseek.2,v 1.22 2004/05/13 10:20:58 wiz Exp $
+.\"    $NetBSD: lseek.2,v 1.23 2010/04/03 15:42:22 jruoho 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 19, 1994
+.Dd April 3, 2010
 .Dt LSEEK 2
 .Os
 .Sh NAME
@@ -130,6 +130,18 @@
 .Fn lseek
 function conforms to
 .St -p1003.1-90 .
+.Sh HISTORY
+A
+.Fn seek
+function appeared in
+.At v2 ,
+later renamed into
+.Fn lseek
+for
+.Dq long seek
+due to a larger
+.Fa offset
+argument type.
 .Sh BUGS
 This document's use of
 .Fa whence



Home | Main Index | Thread Index | Old Index