Module Name:    src
Committed By:   christos
Date:           Tue Apr 21 21:22:07 UTC 2015

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

Log Message:
Mention EWOULDBLOCK too since a lot of the source code and documentation still
refers to it.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/lib/libc/sys/intro.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/intro.2
diff -u src/lib/libc/sys/intro.2:1.55 src/lib/libc/sys/intro.2:1.56
--- src/lib/libc/sys/intro.2:1.55	Mon Mar 22 15:30:55 2010
+++ src/lib/libc/sys/intro.2	Tue Apr 21 17:22:07 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: intro.2,v 1.55 2010/03/22 19:30:55 joerg Exp $
+.\"	$NetBSD: intro.2,v 1.56 2015/04/21 21:22:07 christos Exp $
 .\"
 .\" Copyright (c) 1980, 1983, 1986, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)intro.2	8.5 (Berkeley) 2/27/95
 .\"
-.Dd July 23, 2009
+.Dd April 21, 2015
 .Dt INTRO 2
 .Os
 .Sh NAME
@@ -270,6 +270,11 @@ in the available space.
 .It Er 35 EAGAIN Em "Resource temporarily unavailable" .
 This is a temporary condition and later calls to the
 same routine may complete normally.
+In this implementation this is the same as
+.Er EWOULDBLOCK ,
+but
+.Er EAGAIN 
+is the preferred name.
 .It Er 36 EINPROGRESS Em "Operation now in progress" .
 An operation that takes a long time to complete (such as
 a

Reply via email to