summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/recv.2
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/recv.2
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/sys/recv.2')
-rw-r--r--lib/libc/sys/recv.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index 7830d77..7a49e41 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -70,9 +70,9 @@ the buffer associated with
and modified on return to indicate the actual size of the
address stored there.
.Pp
-The
+The
.Fn recv
-call is normally used only on a
+call is normally used only on a
.Em connected
socket (see
.Xr connect 2 )
@@ -115,7 +115,7 @@ call may be used to determine when more data arrive.
.Pp
The
.Fa flags
-argument to a recv call is formed by
+argument to a recv call is formed by
.Em or Ap ing
one or more of the values:
.Bl -column MSG_WAITALL -offset indent
@@ -142,7 +142,7 @@ or the next data to be received is of a different type than that returned.
.Pp
The
.Fn recvmsg
-call uses a
+call uses a
.Fa msghdr
structure to minimize the number of directly supplied parameters.
This structure has the following form, as defined in
OpenPOWER on IntegriCloud