Penguin

Differences between version 4 and revision by previous author of MSG_NOSIGNAL.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 4 Last edited on Tuesday, November 18, 2003 3:45:34 pm by JohnMcPherson Revert
Older page: version 3 Last edited on Tuesday, November 18, 2003 10:20:56 am by SamJansen Revert
@@ -1,5 +1,5 @@
 MSG_NOSIGNAL is a flags used by some implementations of the Berkeley sockets [API]. 
  
 This flag requests that the implementation does not to send a [SIGPIPE] signal on errors on stream oriented sockets when the other end breaks the connection. The [EPIPE] error is still returned as normal. 
  
-Though it is in some Berkely sockets APIs (notable Linux) it does not exist in what some refer to as the reference implementation, FreeBSD lacks this option. 
+Though it is in some Berkely sockets APIs (notable Linux) it does not exist in what some refer to as the reference implementation, [ FreeBSD] lacks this option.