summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/sctp_sendmsg.3
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
committerjoel <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
commitdd1fff9bcb93c49e02a04bb712ecc2695db0c218 (patch)
treef1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libc/net/sctp_sendmsg.3
parentc239a236c133a4ec85da52df6f459b176073ffb5 (diff)
downloadFreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.zip
FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.tar.gz
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Diffstat (limited to 'lib/libc/net/sctp_sendmsg.3')
-rw-r--r--lib/libc/net/sctp_sendmsg.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/sctp_sendmsg.3 b/lib/libc/net/sctp_sendmsg.3
index 42193e2..ddd88b4 100644
--- a/lib/libc/net/sctp_sendmsg.3
+++ b/lib/libc/net/sctp_sendmsg.3
@@ -180,7 +180,7 @@ to find the association but also as the actual address to send to.
.Pp
For a one-to-many type (SOCK_SEQPACKET) socket the flag
.Dv SCTP_SENDALL
-can be used as a convient way to make one send call and have
+can be used as a convenient way to make one send call and have
all associations that are under the socket get a copy of the message.
Note that this mechanism is quite efficient and makes only one actual
copy of the data which is shared by all the associations for sending.
@@ -199,7 +199,7 @@ The
.Fa timetolive
argument is then a number of milliseconds for which the data is
attempted to be transmitted.
-If that many milliseconds ellapse
+If that many milliseconds elapse
and the peer has not acknowledged the data, the data will be
skipped and no longer transmitted.
Note that this policy does
OpenPOWER on IntegriCloud