Module Name: src
Committed By: sevan
Date: Mon Sep 2 00:00:25 UTC 2019
Modified Files:
src/lib/libc/sys: read.2
Log Message:
read 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.38 -r1.39 src/lib/libc/sys/read.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.38 src/lib/libc/sys/read.2:1.39
--- src/lib/libc/sys/read.2:1.38 Wed Aug 7 19:13:49 2019
+++ src/lib/libc/sys/read.2 Mon Sep 2 00:00:25 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: read.2,v 1.38 2019/08/07 19:13:49 wiz Exp $
+.\" $NetBSD: read.2,v 1.39 2019/09/02 00:00:25 sevan 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 7, 2019
+.Dd September 2, 2019
.Dt READ 2
.Os
.Sh NAME
@@ -252,7 +252,7 @@ appeared in
The
.Fn read
function call appeared in
-.At v2 .
+.At v1 .
.Sh CAVEATS
Error checks should explicitly test for \-1.
Code such as