accept.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-08-23 19:45:16 +12:00
parent dc1f897234
commit 4529738e46
1 changed files with 2 additions and 5 deletions

View File

@ -343,17 +343,14 @@ flag set (see
.BR socket (7)). .BR socket (7)).
For certain protocols which require an explicit confirmation, For certain protocols which require an explicit confirmation,
such as such as DECnet,
DECNet,
.BR accept () .BR accept ()
can be thought of as merely dequeuing the next connection request and not can be thought of as merely dequeuing the next connection request and not
implying confirmation. implying confirmation.
Confirmation can be implied by Confirmation can be implied by
a normal read or write on the new file descriptor, and rejection can be a normal read or write on the new file descriptor, and rejection can be
implied by closing the new socket. implied by closing the new socket.
Currently, only Currently, only DECnet has these semantics on Linux.
DECNet
has these semantics on Linux.
.\" .\"
.SS The socklen_t type .SS The socklen_t type
The third argument of The third argument of