Module Name: src
Committed By: jruoho
Date: Sat Apr 3 15:43:46 UTC 2010
Modified Files:
src/lib/libc/sys: read.2 wait.2 write.2
Log Message:
The functions read(), wait(), and write() appeared already in v2 UNIX.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/read.2
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/sys/wait.2
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/sys/write.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/read.2
diff -u src/lib/libc/sys/read.2:1.31 src/lib/libc/sys/read.2:1.32
--- src/lib/libc/sys/read.2:1.31 Thu Aug 2 23:46:39 2007
+++ src/lib/libc/sys/read.2 Sat Apr 3 15:43:46 2010
@@ -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
Index: src/lib/libc/sys/wait.2
diff -u src/lib/libc/sys/wait.2:1.26 src/lib/libc/sys/wait.2:1.27
--- src/lib/libc/sys/wait.2:1.26 Mon May 24 05:52:52 2004
+++ src/lib/libc/sys/wait.2 Sat Apr 3 15:43:46 2010
@@ -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 .
Index: src/lib/libc/sys/write.2
diff -u src/lib/libc/sys/write.2:1.30 src/lib/libc/sys/write.2:1.31
--- src/lib/libc/sys/write.2:1.30 Sun Mar 15 08:02:02 2009
+++ src/lib/libc/sys/write.2 Sat Apr 3 15:43:46 2010
@@ -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