Module Name:    src
Committed By:   wiz
Date:           Fri Aug 12 23:40:43 UTC 2011

Modified Files:
        src/lib/librt: lio_listio.3

Log Message:
Merge two entries for same error code.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librt/lio_listio.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librt/lio_listio.3
diff -u src/lib/librt/lio_listio.3:1.4 src/lib/librt/lio_listio.3:1.5
--- src/lib/librt/lio_listio.3:1.4	Fri Aug 12 21:18:51 2011
+++ src/lib/librt/lio_listio.3	Fri Aug 12 23:40:43 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: lio_listio.3,v 1.4 2011/08/12 21:18:51 apb Exp $
+.\" $NetBSD: lio_listio.3,v 1.5 2011/08/12 23:40:43 wiz Exp $
 .\"
 .\" Copyright (c) 2003 Tim J. Robbins
 .\" All rights reserved.
@@ -120,9 +120,8 @@
 function will fail if:
 .Bl -tag -width Er
 .It Bq Er EAGAIN
-There are not enough resources to enqueue the requests.
-.It Bq Er EAGAIN
-The request would cause the system-wide limit
+There are not enough resources to enqueue the requests; or
+the request would cause the system-wide limit
 .Dv AIO_MAX
 to be exceeded.
 .It Bq Er EINTR

Reply via email to