| Summary: | typo in recv(2) manpage | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | nagao <nagao> |
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->patched Committed, thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. State Changed From-To: patched->closed MFC done. |
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