summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-02 16:01:45 +0000
committerjoel <joel@FreeBSD.org>2010-08-02 16:01:45 +0000
commit52dbc8b6341deff28b6b725bc3e852826cdfdf8a (patch)
treef981ee70d196745249c34ad7df5c92f685bdb1ae /lib/libc/net
parent09e9558b9ae35ab213c80808f2774f0b140ce11b (diff)
downloadFreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.zip
FreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.tar.gz
Spelling fixes.
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/sctp_getaddrlen.32
-rw-r--r--lib/libc/net/sctp_send.32
-rw-r--r--lib/libc/net/sctp_sendmsg.32
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)
OpenPOWER on IntegriCloud