diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-08 21:29:13 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-07-10 07:14:50 +0200 |
| commit | 05bf3361a69d2e00e469fe53a7f734fe9c14b2e7 (patch) | |
| tree | 9a231f382d382b08d48e6a39b7ff62b700dc62a1 /man7/unix.7 | |
| parent | f8d958aa3d19dcfbbf32b277b4f708a8e4848041 (diff) | |
| download | man-pages-05bf3361a69d2e00e469fe53a7f734fe9c14b2e7.tar.gz | |
unix.7: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index e4c19324de..b60b629201 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -73,7 +73,7 @@ The .I sun_family field always contains .BR AF_UNIX . -On Linux +On Linux, .I sun_path is 108 bytes in size; see also NOTES, below. .PP @@ -348,13 +348,13 @@ Ancillary data is sent and received using .BR sendmsg (2) and .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 .B SOL_SOCKET type even though they are .B AF_UNIX specific. -To send them set the +To send them, set the .I cmsg_level field of the struct .I cmsghdr @@ -363,7 +363,7 @@ to and the .I cmsg_type field to the type. -For more information see +For more information, see .BR cmsg (3). .TP .B SCM_RIGHTS |
