diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/recv.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 34ce5ea..90aea6a 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -308,7 +308,7 @@ system call was used to receive rights (file descriptors) that were in flight on the connection. However, the receiving program did not have enough free file -descriptor slots to accept the them. +descriptor slots to accept them. In this case the descriptors are closed, any pending data can be returned by another call to .Fn recvmsg . |