Module Name: src
Committed By: abhinav
Date: Sun Jun 11 17:01:26 UTC 2017
Modified Files:
src/lib/libc/sys: send.2
Log Message:
Insert missing word
Insert comma in a sentence to make the comprehension easier
Remove Pp before Bd
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/send.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/send.2
diff -u src/lib/libc/sys/send.2:1.31 src/lib/libc/sys/send.2:1.32
--- src/lib/libc/sys/send.2:1.31 Sun Jul 14 14:29:09 2013
+++ src/lib/libc/sys/send.2 Sun Jun 11 17:01:26 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: send.2,v 1.31 2013/07/14 14:29:09 njoly Exp $
+.\" $NetBSD: send.2,v 1.32 2017/06/11 17:01:26 abhinav Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -69,11 +69,10 @@ may be used at any time.
.Pp
The
.Fn sendmmsg
-call be used to send multiple messages in the same call using an array of
+call can be used to send multiple messages in the same call using an array of
.Fa mmsghdr
elements with the following form, as defined in
.Ao Pa sys/socket.h Ac :
-.Pp
.Bd -literal
struct mmsghdr {
struct msghdr msg_hdr; /* the message to be sent */
@@ -98,7 +97,7 @@ with
.Dv SO_ERROR .
.Pp
The address of the target is given by
-.Fa to
+.Fa to ,
with
.Fa tolen
specifying its size.