unix.7: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-07-08 21:29:13 +02:00
parent f8d958aa3d
commit 05bf3361a6
1 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ The
.I sun_family .I sun_family
field always contains field always contains
.BR AF_UNIX . .BR AF_UNIX .
On Linux On Linux,
.I sun_path .I sun_path
is 108 bytes in size; see also NOTES, below. is 108 bytes in size; see also NOTES, below.
.PP .PP
@ -348,13 +348,13 @@ Ancillary data is sent and received using
.BR sendmsg (2) .BR sendmsg (2)
and and
.BR recvmsg (2). .BR recvmsg (2).
For historical reasons the ancillary message types listed below For historical reasons, the ancillary message types listed below
are specified with a are specified with a
.B SOL_SOCKET .B SOL_SOCKET
type even though they are type even though they are
.B AF_UNIX .B AF_UNIX
specific. specific.
To send them set the To send them, set the
.I cmsg_level .I cmsg_level
field of the struct field of the struct
.I cmsghdr .I cmsghdr
@ -363,7 +363,7 @@ to
and the and the
.I cmsg_type .I cmsg_type
field to the type. field to the type.
For more information see For more information, see
.BR cmsg (3). .BR cmsg (3).
.TP .TP
.B SCM_RIGHTS .B SCM_RIGHTS