summaryrefslogtreecommitdiffstats
path: root/lib
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
parent09e9558b9ae35ab213c80808f2774f0b140ce11b (diff)
downloadFreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.zip
FreeBSD-src-52dbc8b6341deff28b6b725bc3e852826cdfdf8a.tar.gz
Spelling fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getutxent.32
-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
-rw-r--r--lib/libc/posix1e/acl_strip_np.32
-rw-r--r--lib/libc/posix1e/mac.36
-rw-r--r--lib/libc/sys/jail.22
7 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/getutxent.3 b/lib/libc/gen/getutxent.3
index ccc5d9e..7337853 100644
--- a/lib/libc/gen/getutxent.3
+++ b/lib/libc/gen/getutxent.3
@@ -137,7 +137,7 @@ are not processed by this implementation.
Other fields inside the structure are:
.Bl -tag -width ut_user
.It Fa ut_tv
-The time the event occured.
+The time the event occurred.
This field is used for all types of entries, except
.Dv EMPTY .
.It Fa ut_id
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)
diff --git a/lib/libc/posix1e/acl_strip_np.3 b/lib/libc/posix1e/acl_strip_np.3
index 7b3537d..cc6c65b 100644
--- a/lib/libc/posix1e/acl_strip_np.3
+++ b/lib/libc/posix1e/acl_strip_np.3
@@ -32,7 +32,7 @@
.Os
.Sh NAME
.Nm acl_strip_np
-.Nd strip exteneded entries from an ACL
+.Nd strip extended entries from an ACL
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3
index 6499d6b..af162f8 100644
--- a/lib/libc/posix1e/mac.3
+++ b/lib/libc/posix1e/mac.3
@@ -74,7 +74,7 @@ When querying a label on an object, a
.Vt mac_t
must first be prepared using the interfaces described in
.Xr mac_prepare 3 ,
-allowing the application to declare which policies it wishes to interogate.
+allowing the application to declare which policies it wishes to interrogate.
The application writer can also rely on default label names declared in
.Xr mac.conf 5 .
.Pp
@@ -109,7 +109,7 @@ This function, described in
.Xr mac_set 3 ,
sets the MAC label associated with the current process.
.It Fn mac_free
-This function, desribed in
+This function, described in
.Xr mac_free 3 ,
frees working MAC label storage.
.It Fn mac_from_text
@@ -154,7 +154,7 @@ system objects, but without policy-specific knowledge.
.Sh STANDARDS
These APIs are loosely based on the APIs described in POSIX.1e, as described
in IEEE POSIX.1e draft 17.
-However, the resemblence of these APIs to the POSIX APIs is loose, as the
+However, the resemblance of these APIs to the POSIX APIs is loose, as the
POSIX APIs were unable to express some notions required for flexible and
extensible access control.
.Sh HISTORY
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2
index 2e14f0d..bf6218c 100644
--- a/lib/libc/sys/jail.2
+++ b/lib/libc/sys/jail.2
@@ -89,7 +89,7 @@ from the inside of the prison.
The
.Dq Li jailname
pointer is an optional name that can be assigned to the jail
-for example for managment purposes.
+for example for management purposes.
.Pp
The
.Dq Li ip4s
OpenPOWER on IntegriCloud