Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys The functions read(), wait(), and write() appea...



details:   https://anonhg.NetBSD.org/src/rev/85fb68f96467
branches:  trunk
changeset: 753609:85fb68f96467
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Apr 03 15:43:46 2010 +0000

description:
The functions read(), wait(), and write() appeared already in v2 UNIX.

diffstat:

 lib/libc/sys/read.2  |  6 +++---
 lib/libc/sys/wait.2  |  6 +++---
 lib/libc/sys/write.2 |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (78 lines):

diff -r d04cd1b85957 -r 85fb68f96467 lib/libc/sys/read.2
--- a/lib/libc/sys/read.2       Sat Apr 03 15:42:22 2010 +0000
+++ b/lib/libc/sys/read.2       Sat Apr 03 15:43:46 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: read.2,v 1.31 2007/08/02 23:46:39 wiz Exp $
+.\"    $NetBSD: read.2,v 1.32 2010/04/03 15:43:46 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)read.2     8.4 (Berkeley) 2/26/94
 .\"
-.Dd August 2, 2007
+.Dd April 3, 2010
 .Dt READ 2
 .Os
 .Sh NAME
@@ -243,7 +243,7 @@
 The
 .Fn read
 function call appeared in
-.At v6 .
+.At v2 .
 .Sh CAVEATS
 Error checks should explicitly test for \-1.
 Code such as
diff -r d04cd1b85957 -r 85fb68f96467 lib/libc/sys/wait.2
--- a/lib/libc/sys/wait.2       Sat Apr 03 15:42:22 2010 +0000
+++ b/lib/libc/sys/wait.2       Sat Apr 03 15:43:46 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wait.2,v 1.26 2004/05/24 05:52:52 lukem Exp $
+.\"    $NetBSD: wait.2,v 1.27 2010/04/03 15:43:46 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)wait.2     8.2 (Berkeley) 4/19/94
 .\"
-.Dd May 24, 2004
+.Dd April 3, 2010
 .Dt WAIT 2
 .Os
 .Sh NAME
@@ -332,4 +332,4 @@
 A
 .Fn wait
 function call appeared in
-.At v6 .
+.At v2 .
diff -r d04cd1b85957 -r 85fb68f96467 lib/libc/sys/write.2
--- a/lib/libc/sys/write.2      Sat Apr 03 15:42:22 2010 +0000
+++ b/lib/libc/sys/write.2      Sat Apr 03 15:43:46 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: write.2,v 1.30 2009/03/15 08:02:02 joerg Exp $
+.\"    $NetBSD: write.2,v 1.31 2010/04/03 15:43:46 jruoho Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)write.2    8.5 (Berkeley) 4/2/94
 .\"
-.Dd December 30, 2002
+.Dd April 3, 2010
 .Dt WRITE 2
 .Os
 .Sh NAME
@@ -268,7 +268,7 @@
 The
 .Fn write
 function call appeared in
-.At v6 .
+.At v2 .
 .Sh CAVEATS
 Error checks should explicitly test for \-1.
 Code such as



Home | Main Index | Thread Index | Old Index