Module Name:    src
Committed By:   roy
Date:           Wed Aug  7 01:09:49 UTC 2019

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

Log Message:
read(2): Document ENOBUFS


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/lib/libc/sys/read.2:1.37
--- src/lib/libc/sys/read.2:1.36	Mon Jul  3 21:32:50 2017
+++ src/lib/libc/sys/read.2	Wed Aug  7 01:09:49 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: read.2,v 1.36 2017/07/03 21:32:50 wiz Exp $
+.\"	$NetBSD: read.2,v 1.37 2019/08/07 01:09:49 roy 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 December 12, 2011
+.Dd August 07, 2019
 .Dt READ 2
 .Os
 .Sh NAME
@@ -171,6 +171,8 @@ or
 The
 .Fn readdir
 function should be used instead.
+.It Bq Er ENOBUFS
+A message was not delivered because it would have overflowed the buffer.
 .El
 .Pp
 In addition,

Reply via email to