]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix typos 879/head
authorJakub Wilk <jwilk@jwilk.net>
Tue, 28 Feb 2017 17:24:54 +0000 (18:24 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Tue, 28 Feb 2017 17:24:54 +0000 (18:24 +0100)
NEWS
libarchive/archive_entry.3
libarchive/archive_entry_acl.3
libarchive/mtree.5
tar/bsdtar.1

diff --git a/NEWS b/NEWS
index 281c1768c30b4b5979f013f2312de72ccb676918..fdd971d7142cb1a20bd22b40a8033c10578a20fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -293,7 +293,7 @@ May 04, 2008: libarchive 2.5.3b released
        * libarchive: Mark which entry strings are set; be accurate about
          distinguishing empty strings ("") from unset ones (NULL)
        * tar: Don't crash reading entries with empty filenames
-       * libarchive_test, bsdtar_test, bsdcpio_test:  Better detaults:
+       * libarchive_test, bsdtar_test, bsdcpio_test:  Better defaults:
          run all tests, delete temp dirs, summarize repeated failures
        * -no-undefined to libtool for Cygwin
        * libarchive_test: Skip large file tests on systems with 32-bit off_t
index f5e22af85122053cb0b601d96717115c24e609e7..f75916c9e41b73484e421998385ff1245a535b01 100644 (file)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Feburary 2, 2012
+.Dd February 2, 2012
 .Dt ARCHIVE_ENTRY 3
 .Os
 .Sh NAME
index 7ede7b76bc15cf25a5364b65e00f79e18f65d244..534dbfac6ef66c4abd39e211ba296c1423182c44 100644 (file)
@@ -267,7 +267,7 @@ Only inherit, do not apply the permission on the directory itself.
 .It Dv ARCHIVE_ENTRY_ACL_ENTRY_NO_PROPAGATE_INHERIT ( Sy n )
 Do not propagate inherit flags. Only first-level entries inherit ACLs.
 .It Dv ARCHIVE_ENTRY_ACL_ENTRY_SUCCESSFUL_ACCESS ( Sy S )
-Trigger alarm or audit on succesful access.
+Trigger alarm or audit on successful access.
 .It Dv ARCHIVE_ENTRY_ACL_ENTRY_FAILED_ACCESS ( Sy F )
 Trigger alarm or audit on failed access.
 .It Dv ARCHIVE_ENTRY_ACL_ENTRY_INHERITED ( Sy I )
@@ -279,7 +279,7 @@ and
 .Fn archive_entry_acl_add_entry_w
 add a single ACL entry.
 For the access ACL and non-extended principals, the classic Unix permissions
-are updated. An archive enry cannot contain both POSIX.1e and NFSv4 ACL
+are updated. An archive entry cannot contain both POSIX.1e and NFSv4 ACL
 entries.
 .Pp
 .Fn archive_entry_acl_clear
@@ -303,7 +303,7 @@ for POSIX.1e ACLs and
 for NFSv4 ACLs. For POSIX.1e ACLs if
 .Dv ARCHIVE_ENTRY_ACL_TYPE_ACCESS
 is included and at least one extended ACL entry is found,
-the three non-extened ACLs are added.
+the three non-extended ACLs are added.
 .Pp
 .Fn archive_entry_acl_from_text
 and
@@ -367,7 +367,7 @@ and
 .Fn archive_entry_acl_to_text_w
 convert the ACL entries for the given type into a
 .Pq wide
-string of ACL entries separated by newline. If the the pointer
+string of ACL entries separated by newline. If the pointer
 .Fa len_p
 is not NULL, then the function shall return the length of the string
 .Pq not including the NULL terminator
index 16c8abec4cd7277d37af5069457d38d080935308..e607e4a819774b124e23f53d203e9d19f436caa1 100644 (file)
@@ -48,7 +48,7 @@ Leading whitespace is always ignored.
 .Pp
 When encoding file or pathnames, any backslash character or
 character outside of the 95 printable ASCII characters must be
-encoded as a backslash followed by three
+encoded as a backslash followed by three
 octal digits.
 When reading mtree files, any appearance of a backslash
 followed by three octal digits should be converted into the
index 3e7abe8841261add9bd0b5353cf3f1ae3e1d576b..0537bf36b20ddc247c3ae24f2e5cfc3e1e717569 100644 (file)
@@ -640,7 +640,7 @@ This option suppresses these behaviors.
 (x mode only)
 Preserve file permissions.
 Attempt to restore the full permissions, including owner, file modes, ACLs,
-extended atributes and extended file flags, if available, for each item
+extended attributes and extended file flags, if available, for each item
 extracted from the archive. This is te reverse of
 .Fl Fl no-same-permissions
 and the default if