diff options
author | delphij <delphij@FreeBSD.org> | 2014-10-20 18:53:54 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-10-20 18:53:54 +0000 |
commit | e5880e7052e229fa5a3af2244aab73b440f0caff (patch) | |
tree | bfe6db19a79fe59c7d54eba90d3326eb81da73d1 /lib/libc/sys | |
parent | f034b440f17f72d75c8bf675a18e5916ee5ed42d (diff) | |
download | FreeBSD-src-e5880e7052e229fa5a3af2244aab73b440f0caff.zip FreeBSD-src-e5880e7052e229fa5a3af2244aab73b440f0caff.tar.gz |
MFC r272884:
accept(2) may and can return EAGAIN, document it.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/accept.2 | 4 |
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 |