]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/send.2
intro.1, time.1, accept.2, bind.2, connect.2, execve.2, flock.2, getdents.2, getprior...
[thirdparty/man-pages.git] / man2 / send.2
index 525055a63bf4cf53ec4dab459c724e29bcd44bad..69287fb5644835057e9a333b579218db80794191 100644 (file)
@@ -282,7 +282,7 @@ may be generated and returned from the underlying protocol modules;
 see their respective manual pages.
 .TP
 .B EACCES
-(For Unix domain sockets, which are identified by pathname)
+(For UNIX domain sockets, which are identified by pathname)
 Write permission is denied on the destination socket file,
 or search permission is denied for one of the directories
 the path prefix.
@@ -373,7 +373,7 @@ The
 .B MSG_CONFIRM
 flag is a Linux extension.
 .SH NOTES
-The prototypes given above follow the Single Unix Specification,
+The prototypes given above follow the Single UNIX Specification,
 as glibc2 also does; the
 .I flags
 argument was \fIint\fP in 4.x BSD, but \fIunsigned int\fP in libc4 and libc5;