diff options
Diffstat (limited to 'lib/libc/sys/send.2')
-rw-r--r-- | lib/libc/sys/send.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 6929ff1..9044679 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -186,7 +186,8 @@ doesn't necessarily block until the data has been transferred, it is possible to transfer an open file descriptor across an .Dv AF_UNIX domain socket -.Pq see Xr recv 2 , +(see +.Xr recv 2 ) , then .Fn close it before it has actually been sent, the result being that the receiver |