diff options
author | keramida <keramida@FreeBSD.org> | 2005-07-31 03:30:48 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2005-07-31 03:30:48 +0000 |
commit | ac7c9f771d24494ee3e2cb386d81d76f91fe2726 (patch) | |
tree | 2fcd325b0ae82cec9ec2820bb4009fa44253edec /lib/libc/posix1e | |
parent | bafe5eb6c7238eca9f1fb1ce68ecbd18e69dca84 (diff) | |
download | FreeBSD-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/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl_get_entry.3 | 4 | ||||
-rw-r--r-- | lib/libc/posix1e/mac.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_prepare.3 | 2 |
3 files changed, 4 insertions, 4 deletions
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 , |