Penguin
Diff: socketpair(2)
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of socketpair(2).

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

Newer page: version 3 Last edited on Saturday, May 31, 2003 3:09:52 am by PerryLorier Revert
Older page: version 2 Last edited on Saturday, May 31, 2003 3:08:38 am by PerryLorier Revert
@@ -8,8 +8,10 @@
  
 !!DESCRIPTION 
 The call creates an unnamed pair of connected sockets in the specified domain ''d'', of the specified ''type'', and using the optionally specified ''protocol''. The 
 descriptors used in referencing the new sockets are returned in ''sv''[[0] and ''sv''[[1]. The two sockets are indistinguishable. 
+  
+The domain is a protocol family, such as AF_UNIX (see unix(7))  
 !!RETURN VALUE 
 On success, zero is returned. On error, -1 is returned, and ''errno'' is set appropriately. 
  
 !!ERRORS 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.