]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/bind.2
intro.1, time.1, accept.2, bind.2, connect.2, execve.2, flock.2, getdents.2, getprior...
[thirdparty/man-pages.git] / man2 / bind.2
index 7e84e45009756568722cc8d798f7d78dd77666a1..fc28e3e2eaa0b102e0ff6e0d84ce475e04910b67 100644 (file)
@@ -174,7 +174,7 @@ The socket is already bound to an address.
 .I sockfd
 is a descriptor for a file, not a socket.
 .PP
-The following errors are specific to Unix domain
+The following errors are specific to UNIX domain
 .RB ( AF_UNIX )
 sockets:
 .TP
@@ -228,7 +228,7 @@ first appeared in 4.2BSD).
 .\" .B EIO
 .\" and
 .\" .B EISDIR
-.\" Unix-domain error conditions.
+.\" UNIX-domain error conditions.
 .SH NOTES
 POSIX.1-2001 does not require the inclusion of
 .IR <sys/types.h> ,
@@ -255,7 +255,7 @@ An example of the use of
 with Internet domain sockets can be found in
 .BR getaddrinfo (3).
 
-The following example shows how to bind a stream socket in the Unix
+The following example shows how to bind a stream socket in the UNIX
 .RB ( AF_UNIX )
 domain, and accept connections:
 .\" listen.7 refers to this example.