diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-23 07:56:56 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-23 07:56:56 +0000 |
| commit | f19a0f03eefac77a52687989582a5bcba2e109d3 (patch) | |
| tree | 3fed6b3b2dfd6230eda1c873b043bb68967a283b /man7/unix.7 | |
| parent | 66ee0c7e89fe01348878638515edb8b2a51b9a2e (diff) | |
| download | man-pages-f19a0f03eefac77a52687989582a5bcba2e109d3.tar.gz | |
ffix
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 23c4170b29..887c1d8eb8 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -73,19 +73,19 @@ struct sockaddr_un { .fi .in -0.25i -.B sun_family +.I sun_family always contains .BR AF_UNIX . -.B sun_path +.I sun_path contains the zero-terminated pathname of the socket in the file system. If -.B sun_path +.I sun_path starts with a null byte (''\0'), then it refers to the abstract namespace maintained by the Unix protocol module. The socket's address in this namespace is given by the rest of the bytes in -.BR sun_path . +.IR sun_path . Note that names in the abstract namespace are not zero-terminated. .SS Socket Options For historical reasons these socket options are specified with a @@ -147,13 +147,13 @@ type even though they are .B PF_UNIX specific. To send them set the -.B cmsg_level +.I cmsg_level field of the struct -.B cmsghdr +.I cmsghdr to .B SOL_SOCKET and the -.B cmsg_type +.I cmsg_type field to the type. For more information see .BR cmsg (3). |
