Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Insert missing word



details:   https://anonhg.NetBSD.org/src/rev/dad60cfd423f
branches:  trunk
changeset: 824618:dad60cfd423f
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Jun 11 17:01:26 2017 +0000

description:
Insert missing word
Insert comma in a sentence to make the comprehension easier
Remove Pp before Bd

diffstat:

 lib/libc/sys/send.2 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 88fa859ee7bc -r dad60cfd423f lib/libc/sys/send.2
--- a/lib/libc/sys/send.2       Sun Jun 11 16:21:41 2017 +0000
+++ b/lib/libc/sys/send.2       Sun Jun 11 17:01:26 2017 +0000
@@ -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 @@
 .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 @@
 .Dv SO_ERROR .
 .Pp
 The address of the target is given by
-.Fa to
+.Fa to ,
 with
 .Fa tolen
 specifying its size.



Home | Main Index | Thread Index | Old Index