Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librt Merge two entries for same error code.



details:   https://anonhg.NetBSD.org/src/rev/686325c15e08
branches:  trunk
changeset: 768253:686325c15e08
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Aug 12 23:40:43 2011 +0000

description:
Merge two entries for same error code.

diffstat:

 lib/librt/lio_listio.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r c26f32eaa51c -r 686325c15e08 lib/librt/lio_listio.3
--- a/lib/librt/lio_listio.3    Fri Aug 12 23:40:00 2011 +0000
+++ b/lib/librt/lio_listio.3    Fri Aug 12 23:40:43 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index