OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / cmsg.3
index 101db7b..8c63eff 100644 (file)
@@ -35,7 +35,7 @@ These macros are used to create and access control messages (also called
 ancillary data) that are not a part of the socket payload.
 This control information may
 include the interface the packet was received on, various rarely used header
-fields, an extended error description, a set of file descriptors or Unix
+fields, an extended error description, a set of file descriptors or UNIX
 credentials.
 For instance, control messages can be used to send
 additional header fields such as IP options.
@@ -185,7 +185,8 @@ if (cmsg == NULL) {
 .fi
 .in
 .PP
-The code below passes an array of file descriptors over a Unix socket using
+The code below passes an array of file descriptors over a
+UNIX domain socket using
 .BR SCM_RIGHTS :
 .PP
 .in +4n