summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commitac7c9f771d24494ee3e2cb386d81d76f91fe2726 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /lib
parentbafe5eb6c7238eca9f1fb1ce68ecbd18e69dca84 (diff)
downloadFreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.zip
FreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.tar.gz
Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/archive_entry.32
-rw-r--r--lib/libarchive/archive_read.36
-rw-r--r--lib/libautofs/libautofs.312
-rw-r--r--lib/libc/net/inet6_rth_space.32
-rw-r--r--lib/libc/posix1e/acl_get_entry.34
-rw-r--r--lib/libc/posix1e/mac.32
-rw-r--r--lib/libc/posix1e/mac_prepare.32
-rw-r--r--lib/libc/stdtime/strftime.32
-rw-r--r--lib/libc/sys/kse.24
-rw-r--r--lib/libc/sys/uuidgen.22
10 files changed, 19 insertions, 19 deletions
diff --git a/lib/libarchive/archive_entry.3 b/lib/libarchive/archive_entry.3
index 2f82f89..e02e1c0 100644
--- a/lib/libarchive/archive_entry.3
+++ b/lib/libarchive/archive_entry.3
@@ -250,7 +250,7 @@ String data can be set or accessed as wide character strings
or normal
.Va char
strings.
-The funtions that use wide character strings are suffixed with
+The functions that use wide character strings are suffixed with
.Cm _w .
Note that these are different representations of the same data:
For example, if you store a narrow string and read the corresponding
diff --git a/lib/libarchive/archive_read.3 b/lib/libarchive/archive_read.3
index 83851f9..d0b07ce 100644
--- a/lib/libarchive/archive_read.3
+++ b/lib/libarchive/archive_read.3
@@ -194,7 +194,7 @@ the
.Fn archive_read_data_block
function avoids copying data and allows you to correctly handle
sparse files, as supported by some archive formats.
-The library gaurantees that offsets will increase and that blocks
+The library guarantees that offsets will increase and that blocks
will not overlap.
Note that the blocks returned from this function can be much larger
than the block size read from disk, due to compression
@@ -272,7 +272,7 @@ Complete the archive and invoke the close callback.
.It Fn archive_read_finish
Invokes
.Fn archive_read_close
-if it was not invoked maually, then release all resources.
+if it was not invoked manually, then release all resources.
.El
.Pp
Note that the library determines most of the relevant information about
@@ -341,7 +341,7 @@ on success.
On failure, the callback should invoke
.Fn archive_set_error
to register an error code and message and
-regurn
+return
.Cm ARCHIVE_FATAL.
.Sh EXAMPLE
The following illustrates basic usage of the library.
diff --git a/lib/libautofs/libautofs.3 b/lib/libautofs/libautofs.3
index 16b9f4c..f4e07a9 100644
--- a/lib/libautofs/libautofs.3
+++ b/lib/libautofs/libautofs.3
@@ -79,11 +79,11 @@
.Sh DESCRIPTION
The
.Nm libautofs
-libarary provides a "mostly" stable interface to the
+library provides a "mostly" stable interface to the
.Xr autofs 9
file system.
.Pp
-The inteface to
+The interface to
.Xr autofs 9
is managed via handles of type
.Fa autoh_t
@@ -172,7 +172,7 @@ return the inode associated with the request
return the directory inode associated with the request
.Fa req .
.It Fn autoreq_getaux
-return the auxilliray data associated with the request
+return the auxiliary data associated with the request
.Fa req .
.It Fn autoreq_getoffset
return the offset request associated with the request
@@ -197,16 +197,16 @@ inode to
this is typically unused.
.It Fn autoreq_seterrno
set the error returned to the application sending the request, typically
-this is left alone, or set to ENOENT if the request is for a non-existant
+this is left alone, or set to ENOENT if the request is for a non-existent
name.
The default error is no error.
Meaning the application will see
a successful return.
.It Fn autoreq_setaux
-used to set the auxilliray data for a request, currently used to set
+used to set the auxiliary data for a request, currently used to set
the dirent structures for serving a readdir request.
Default is no
-auxilliary data.
+auxiliary data.
.It Fn autoreq_seteof
used to set the eof flag for readdir requests (default is not eof.)
.El
diff --git a/lib/libc/net/inet6_rth_space.3 b/lib/libc/net/inet6_rth_space.3
index 3903485..2750170 100644
--- a/lib/libc/net/inet6_rth_space.3
+++ b/lib/libc/net/inet6_rth_space.3
@@ -85,7 +85,7 @@ of the type, specified in the
.Fa type
argument and containing the number of addresses specified in the
.Fa segments
-argumment.
+argument.
When the type is
.Dv IPV6_RTHDR_TYPE_0
the number of segments must be from 0 through 127.
diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3
index 0627ecb..8b9f135 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -64,7 +64,7 @@ set to
.Dv ACL_NEXT_ENTRY
when there has not been either an initial successful call to
.Fn acl_get_entry ,
-or a previous successfull call to
+or a previous successful call to
.Fn acl_create_entry ,
.Fn acl_delete_entry ,
.Fn acl_dup ,
@@ -79,7 +79,7 @@ then the result is unspecified.
.Sh RETURN VALUES
If the
.Fn acl_get_entry
-function successfully obtains an ACL entry, a value of 1 is returned.
+function successfuly obtains an ACL entry, a value of 1 is returned.
If the ACL has no ACL entries, the
.Fn acl_get_entry
returns a value of 0.
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3
index 4dce03e..ac6affd 100644
--- a/lib/libc/posix1e/mac.3
+++ b/lib/libc/posix1e/mac.3
@@ -165,7 +165,7 @@ To join this list, see the
.Fx
POSIX.1e implementation page
for more information.
-However, the resemblence of these APIs to the POSIX APIs is only loose,
+However, the resemblance of these APIs to the POSIX APIs is only loose,
as the POSIX APIs were unable to express many notions required for
flexible and extensible access control.
.Sh HISTORY
diff --git a/lib/libc/posix1e/mac_prepare.3 b/lib/libc/posix1e/mac_prepare.3
index acbae1a..2e5f25a 100644
--- a/lib/libc/posix1e/mac_prepare.3
+++ b/lib/libc/posix1e/mac_prepare.3
@@ -89,7 +89,7 @@ The
.Fn mac_prepare_ifnet_label ,
and
.Fn mac_prepare_process_label
-functions are equivilent to invocations of
+functions are equivalent to invocations of
.Fn mac_prepare_type
with arguments of
.Qq file ,
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 2bce73f..10beb7c 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -115,7 +115,7 @@ The sequences
are supposed to provide alternate
representations.
.Pp
-Additionly %OB implemented
+Additionally %OB implemented
to represent alternative months names
(used standalone, without day mentioned).
.It Cm %e
diff --git a/lib/libc/sys/kse.2 b/lib/libc/sys/kse.2
index b34f448..d4ef2fc 100644
--- a/lib/libc/sys/kse.2
+++ b/lib/libc/sys/kse.2
@@ -489,7 +489,7 @@ may contain any of the following bits OR'ed together:
Block upcalls from happening.
The thread is in some critical section.
.It Dv KMF_NOCOMPLETED , KMF_DONE , KMF_BOUND
-This thread should be considerred to be permanently bound to
+This thread should be considered to be permanently bound to
its KSE, and treated much like a non-threaded process would be.
It is a
.Dq "long term"
@@ -497,7 +497,7 @@ version of
.Dv KMF_NOUPCALL
in some ways.
.It Dv KMF_WAITSIGEVENT
-Implement charactersitics needed for the signal delivery thread.
+Implement characteristics needed for the signal delivery thread.
.El
.\"
.Ss Thread Mailboxes
diff --git a/lib/libc/sys/uuidgen.2 b/lib/libc/sys/uuidgen.2
index 8f29e8e..9c90102 100644
--- a/lib/libc/sys/uuidgen.2
+++ b/lib/libc/sys/uuidgen.2
@@ -51,7 +51,7 @@ When no IEEE 802
address is available for the node field, a random multicast address is
generated for each invocation of the system call.
According to the algorithm of generating time-based UUIDs, this will also
-force a new random clock sequence, thereby increasing the likelyhood for
+force a new random clock sequence, thereby increasing the likelihood for
the identifier to be unique.
.Pp
When multiple identifiers are to be generated, the
OpenPOWER on IntegriCloud