Module Name:    src
Committed By:   snj
Date:           Sat May 16 17:40:20 UTC 2015

Modified Files:
        src/lib/libc/sys [netbsd-7]: intro.2

Log Message:
Pull up following revision(s) (requested by christos in ticket #780):
        lib/libc/sys/intro.2: revisions 1.56, 1.57
Mention EWOULDBLOCK too since a lot of the source code and documentation still
refers to it.
--
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.24.1 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.55.24.1
--- src/lib/libc/sys/intro.2:1.55	Mon Mar 22 19:30:55 2010
+++ src/lib/libc/sys/intro.2	Sat May 16 17:40:19 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: intro.2,v 1.55 2010/03/22 19:30:55 joerg Exp $
+.\"	$NetBSD: intro.2,v 1.55.24.1 2015/05/16 17:40:19 snj 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