summaryrefslogtreecommitdiffstats
path: root/share/man/man4/unix.4
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/unix.4
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man4/unix.4')
-rw-r--r--share/man/man4/unix.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4
index 6f5d2c8..7356edb 100644
--- a/share/man/man4/unix.4
+++ b/share/man/man4/unix.4
@@ -49,7 +49,7 @@ that provides local (on-machine) interprocess
communication through the normal
.Xr socket 2
mechanisms.
-The
+The
.Tn UNIX Ns -domain
family supports the
.Dv SOCK_STREAM
@@ -88,7 +88,7 @@ The
protocol family does not support broadcast addressing or any form
of
.Dq wildcard
-matching on incoming messages.
+matching on incoming messages.
All addresses are absolute- or relative-pathnames
of other
.Tn UNIX Ns -domain
@@ -101,7 +101,7 @@ or
.Xr sendto 2
must be writable.
.Sh PROTOCOLS
-The
+The
.Tn UNIX Ns -domain
protocol family is comprised of simple
transport protocols that support the
@@ -110,7 +110,7 @@ and
.Dv SOCK_DGRAM
abstractions.
.Dv SOCK_STREAM
-sockets also support the communication of
+sockets also support the communication of
.Ux
file descriptors through the use of the
.Ar msg_control
@@ -122,7 +122,7 @@ and
.Xr recvmsg 2 .
.Pp
Any valid descriptor may be sent in a message.
-The file descriptor(s) to be passed are described using a
+The file descriptor(s) to be passed are described using a
.Ar struct cmsghdr
that is defined in the include file
.Aq Pa sys/socket.h .
@@ -135,13 +135,13 @@ by the length field of the message;
the length field is the sum of the size of the header
plus the size of the array of file descriptors.
.Pp
-The received descriptor is a
+The received descriptor is a
.Em duplicate
of the sender's descriptor, as if it were created with a call to
.Xr dup 2 .
Per-process descriptor flags, set with
.Xr fcntl 2 ,
-are
+are
.Em not
passed to a receiver.
Descriptors that are awaiting delivery, or that are
OpenPOWER on IntegriCloud