Remove a useless word.

PR:		94087
Submitted by:	Tadaaki Nagao <nagao@iij.ad.jp>
MFC after:	3 days
This commit is contained in:
brueffer 2006-03-05 10:32:15 +00:00
parent 08a90676c0
commit 6db6365c65

View File

@ -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 .