diff options
author | joel <joel@FreeBSD.org> | 2010-08-02 16:01:45 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-02 16:01:45 +0000 |
commit | 52dbc8b6341deff28b6b725bc3e852826cdfdf8a (patch) | |
tree | f981ee70d196745249c34ad7df5c92f685bdb1ae /lib/libc/net | |
parent | 09e9558b9ae35ab213c80808f2774f0b140ce11b (diff) | |
download | FreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.zip FreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.tar.gz |
Spelling fixes.
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/sctp_getaddrlen.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_send.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_sendmsg.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/sctp_getaddrlen.3 b/lib/libc/net/sctp_getaddrlen.3 index ac7bfb3..762e32d 100644 --- a/lib/libc/net/sctp_getaddrlen.3 +++ b/lib/libc/net/sctp_getaddrlen.3 @@ -51,7 +51,7 @@ The .Fn sctp_getaddrlen function returns the size of a specific address family. This function -is provided for application binary compatability since it +is provided for application binary compatibility since it provides the application with the size the operating system thinks the specific address family is. Note that the function diff --git a/lib/libc/net/sctp_send.3 b/lib/libc/net/sctp_send.3 index 7318cbd..20344af 100644 --- a/lib/libc/net/sctp_send.3 +++ b/lib/libc/net/sctp_send.3 @@ -170,7 +170,7 @@ For a one-to-many type (SOCK_SEQPACKET) socket the flag .Dv SCTP_SENDALL 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 efficent and makes only one actual +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. .Pp The remaining flags are used for the partial reliability extension (RFC3758) diff --git a/lib/libc/net/sctp_sendmsg.3 b/lib/libc/net/sctp_sendmsg.3 index c54aaef..0d5c8df 100644 --- a/lib/libc/net/sctp_sendmsg.3 +++ b/lib/libc/net/sctp_sendmsg.3 @@ -182,7 +182,7 @@ 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 all associations that are under the socket get a copy of the message. -Note that this mechanism is quite efficent and makes only one actual +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. .Pp The remaining flags are used for the partial reliability extension (RFC3758) |