summaryrefslogtreecommitdiffstats
path: root/share/man/man4/unix.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /share/man/man4/unix.4
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'share/man/man4/unix.4')
-rw-r--r--share/man/man4/unix.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index a2e9356..8b84a7d 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -62,7 +62,7 @@ file system pathnames for addressing.
addresses are variable-length file system pathnames of
at most 104 characters.
The include file
-.Aq Pa sys/un.h
+.In sys/un.h
defines this address:
.Bd -literal -offset indent
struct sockaddr_un {
@@ -125,7 +125,7 @@ Any valid descriptor may be sent in a message.
The file descriptor(s) to be passed are described using a
.Vt "struct cmsghdr"
that is defined in the include file
-.Aq Pa sys/socket.h .
+.In sys/socket.h .
The type of the message is
.Dv SCM_RIGHTS ,
and the data portion of the messages is an array of integers
@@ -160,7 +160,7 @@ of the server.
These will arrive in the form of a filled in
.Vt "struct xucred"
(defined in
-.Aq Pa sys/ucred.h ) .
+.In sys/ucred.h ) .
The credentials presented to the server (the
.Xr listen 2
caller) are those of the client when it called
OpenPOWER on IntegriCloud