diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-03-05 10:32:15 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-03-05 10:32:15 +0000 |
commit | 6db6365c65ab441bc3e646a9204ce78f7285c078 (patch) | |
tree | 23fb14b46f6922481930710eb875d152b3a7d9c3 /lib/libc | |
parent | 08a90676c06dda36172f6aef29a9f91ed8e3c7c4 (diff) | |
download | FreeBSD-src-6db6365c65ab441bc3e646a9204ce78f7285c078.zip FreeBSD-src-6db6365c65ab441bc3e646a9204ce78f7285c078.tar.gz |
Remove a useless word.
PR: 94087
Submitted by: Tadaaki Nagao <nagao@iij.ad.jp>
MFC after: 3 days
Diffstat (limited to 'lib/libc')
-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 . |