X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/bsd/man/man2/socketpair.2 diff --git a/bsd/man/man2/socketpair.2 b/bsd/man/man2/socketpair.2 index 62a33306e..6664ade4b 100644 --- a/bsd/man/man2/socketpair.2 +++ b/bsd/man/man2/socketpair.2 @@ -99,6 +99,10 @@ The specified protocol is not supported on this machine. .\" =========== .It Bq Er EPROTOTYPE The socket type is not supported by the protocol. +.\" =========== +.It Bq Er EACCES +The process does not have appropriate privileges to create a socket of the +specified type and/or protocol. .El .Sh LEGACY SYNOPSIS .Fd #include @@ -108,7 +112,7 @@ The include file .In sys/types.h is necessary. .Sh SEE ALSO -.Xr pipe 2 , +.Xr socket 2 , .Xr read 2 , .Xr write 2 , .Xr compat 5