diff options
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index a7fd9f0014..fcd7ababbb 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -671,6 +671,7 @@ Socket interfaces: .BR connect (2), .BR recv (2), .BR recvfrom (2), +.BR recvmmsg (2), .BR recvmsg (2), .BR send (2), .BR sendto (2), @@ -720,6 +721,10 @@ Socket interfaces, when a timeout has been set on the socket using .BR accept (2), .BR recv (2), .BR recvfrom (2), +.BR recvmmsg (2) +(with a non-NULL +.IR timeout +argument), and .BR recvmsg (2), if a receive timeout @@ -794,6 +799,10 @@ Socket interfaces, when a timeout has been set on the socket using .BR accept (2), .BR recv (2), .BR recvfrom (2), +.BR recvmmsg (2) +(with a non-NULL +.IR timeout +argument), and .BR recvmsg (2), if a receive timeout |
