Remove a useless word.

PR:		94087
Submitted by:	Tadaaki Nagao <nagao@iij.ad.jp>
MFC after:	3 days
This commit is contained in:
Christian Brueffer 2006-03-05 10:32:15 +00:00
parent 428feeb3b9
commit f92b647c38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156309

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 .