summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-10-10 03:05:55 +0000
committerdelphij <delphij@FreeBSD.org>2014-10-10 03:05:55 +0000
commit772c59f39454dddc0128e9c5e2f82e31cfc7b2c8 (patch)
tree7882286b00bf7240eeccc6b242c529968985ec95 /lib
parentf7d13532c956ff0178ceb8cfb60505a36a8abce0 (diff)
downloadFreeBSD-src-772c59f39454dddc0128e9c5e2f82e31cfc7b2c8.zip
FreeBSD-src-772c59f39454dddc0128e9c5e2f82e31cfc7b2c8.tar.gz
accept(2) may and can return EAGAIN, document it.
MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/accept.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index 0363158..7e60ccc 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -28,7 +28,7 @@
.\" @(#)accept.2 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd October 1, 2013
+.Dd October 9, 2014
.Dt ACCEPT 2
.Os
.Sh NAME
@@ -201,7 +201,7 @@ The
.Fa addr
argument is not in a writable part of the
user address space.
-.It Bq Er EWOULDBLOCK
+.It Bo Er EWOULDBLOCK Bc or Bq Er EAGAIN
The socket is marked non-blocking and no connections
are present to be accepted.
.It Bq Er ECONNABORTED
OpenPOWER on IntegriCloud