]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix a typo. Annotate that archive_entry_mode is the equivalent of
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 22 Feb 2010 17:54:43 +0000 (12:54 -0500)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Mon, 22 Feb 2010 17:54:43 +0000 (12:54 -0500)
st_mode.

SVN-Revision: 1962

libarchive/archive_entry_linkify.3
libarchive/archive_entry_stat.3

index e070c5b83c6c5e8713f33b8396d6483e7e87387f..6b1b9a53ec93e7bb3314afdb6b1dbaf96c2876a4 100644 (file)
@@ -92,7 +92,7 @@ The
 function selects the optimal hardlink strategy for the given format.
 The format code can be obtained from
 .Xr archive_format 3 .
-The function can be called more than once, but it is recommented to
+The function can be called more than once, but it is recommended to
 flush all deferred entries first.
 .Pp
 The
index b43912349576b19eb59aad69ddb660eaef2ddd2c..bcb65f61b1b0d24b4b3945c737b3e2424c16ed67 100644 (file)
@@ -163,7 +163,9 @@ The functions
 .Fn archive_entry_mode
 and
 .Fn archive_entry_set_mode
-get/set a combination of file type and permissions.
+get/set a combination of file type and permissions and provide the
+equivalent of
+.Va st_mode .
 Use of
 .Fn archive_entry_filetype
 and
@@ -172,7 +174,7 @@ for getting and
 .Fn archive_entry_set_filetype
 and
 .Fn archive_entry_set_perm
-for setting is recommented.
+for setting is recommended.
 .Pp
 The function
 .Fn archive_entry_size