Bug 56683

Summary: [patch] EPIPE is not documented in the send(2) man page.
Product: Documentation Reporter: Christian S. Peron <maneo>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian S. Peron 2003-09-10 19:30:12 UTC
EPIPE occurs when SS_CANTSENDMORE is set on the socket.
This is not documented in the man page.
(typically when a socket is not connected)

How-To-Repeat: N/A
Comment 1 Ollivier Robert freebsd_committer freebsd_triage 2003-09-10 20:20:22 UTC
State Changed
From-To: open->closed

Patch committedi in revision 1.22, thanks!