Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 03:05:56 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272884 - head/lib/libc/sys
Message-ID:  <201410100305.s9A35uAZ082205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Fri Oct 10 03:05:55 2014
New Revision: 272884
URL: https://svnweb.freebsd.org/changeset/base/272884

Log:
  accept(2) may and can return EAGAIN, document it.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/accept.2

Modified: head/lib/libc/sys/accept.2
==============================================================================
--- head/lib/libc/sys/accept.2	Fri Oct 10 01:01:04 2014	(r272883)
+++ head/lib/libc/sys/accept.2	Fri Oct 10 03:05:55 2014	(r272884)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410100305.s9A35uAZ082205>