Bug 94087

Summary: typo in recv(2) manpage
Product: Documentation Reporter: nagao <nagao>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description nagao 2006-03-05 10:20:03 UTC
In recv(2) manual page, the description of error code EMSGSIZE contains an unneeded definite article 'the' between 'accept' and 'them' at the second sentence as quoted below:

> However, the receiving program did not have enough free file descriptor slots to accept the them.

Fix: 

s/accept the them/accept them/
How-To-Repeat: man recv
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2006-03-05 10:32:22 UTC
State Changed
From-To: open->patched

Committed, thanks! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2006-03-05 10:32:22 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 3 Christian Brueffer freebsd_committer freebsd_triage 2006-03-09 09:24:49 UTC
State Changed
From-To: patched->closed

MFC done.