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)).
For certain protocols which require an explicit confirmation,
such as
DECNet,
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.
Currently, only DECnet has these semantics on Linux.
.\"
.SS The socklen_t type
The third argument of