summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2022-12-11 15:00:30 +0100
committerAlejandro Colomar <alx@kernel.org>2022-12-11 15:00:30 +0100
commitb53bfa6dd1c51a6e3e606c61b4da91fdd3a65f78 (patch)
treec223ce2cc8e4a262314d73208a0413f5e67c22b9
parent3d4a283930af180c3fa2543967ebf363c093736a (diff)
socket.7: Be explicit that accept(2) respects SO_*TIMEO
See the previous commit. Reported-by: Luis Javier Merino <ninjalj@gmail.com> Cc: Tycho Andersen <tycho@tycho.pizza> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man7/socket.71
1 files changed, 1 insertions, 0 deletions
diff --git a/man7/socket.7 b/man7/socket.7
index b1a0a0c31..f52899480 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -838,6 +838,7 @@ just as if the socket was specified to be nonblocking.
If the timeout is set to zero (the default),
then the operation will never timeout.
Timeouts only have effect for system calls that perform socket I/O (e.g.,
+.BR accept (2),
.BR connect (2),
.BR read (2),
.BR recvmsg (2),