svn commit: r273340 - stable/10/lib/libc/sys

Xin LI delphij at FreeBSD.org
Mon Oct 20 18:53:55 UTC 2014


Author: delphij
Date: Mon Oct 20 18:53:54 2014
New Revision: 273340
URL: https://svnweb.freebsd.org/changeset/base/273340

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

Modified:
  stable/10/lib/libc/sys/accept.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/accept.2
==============================================================================
--- stable/10/lib/libc/sys/accept.2	Mon Oct 20 18:33:34 2014	(r273339)
+++ stable/10/lib/libc/sys/accept.2	Mon Oct 20 18:53:54 2014	(r273340)
@@ -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


More information about the svn-src-stable mailing list