aboutsummaryrefslogtreecommitdiffstats
path: root/man2
diff options
context:
space:
mode:
Diffstat (limited to 'man2')
-rw-r--r--man2/accept.227
1 files changed, 14 insertions, 13 deletions
diff --git a/man2/accept.2 b/man2/accept.2
index 355b2a2e9a..1c2a3773ae 100644
--- a/man2/accept.2
+++ b/man2/accept.2
@@ -137,19 +137,6 @@ Alternatively, you can set the socket to deliver
when activity occurs on a socket; see
.BR socket (7)
for details.
-.PP
-For certain protocols which require an explicit confirmation,
-such as
-DECNet,
-.BR accept ()
-can be thought of as merely dequeuing the next connection request and not
-implying confirmation.
-Confirmation can be implied by
-a normal read or write on the new file descriptor, and rejection can be
-implied by closing the new socket.
-Currently, only
-DECNet
-has these semantics on Linux.
If
.IR flags
@@ -354,6 +341,20 @@ needs to have the
.B O_NONBLOCK
flag set (see
.BR socket (7)).
+
+For certain protocols which require an explicit confirmation,
+such as
+DECNet,
+.BR accept ()
+can be thought of as merely dequeuing the next connection request and not
+implying confirmation.
+Confirmation can be implied by
+a normal read or write on the new file descriptor, and rejection can be
+implied by closing the new socket.
+Currently, only
+DECNet
+has these semantics on Linux.
+.\"
.SS The socklen_t type
The third argument of
.BR accept ()