From: Joerg Sonnenberger Date: Mon, 22 Feb 2010 17:54:43 +0000 (-0500) Subject: Fix a typo. Annotate that archive_entry_mode is the equivalent of X-Git-Tag: v3.0.0a~1203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe76f7e43faf87689bb007afa7763efe7a05d7f8;p=thirdparty%2Flibarchive.git Fix a typo. Annotate that archive_entry_mode is the equivalent of st_mode. SVN-Revision: 1962 --- diff --git a/libarchive/archive_entry_linkify.3 b/libarchive/archive_entry_linkify.3 index e070c5b83..6b1b9a53e 100644 --- a/libarchive/archive_entry_linkify.3 +++ b/libarchive/archive_entry_linkify.3 @@ -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 diff --git a/libarchive/archive_entry_stat.3 b/libarchive/archive_entry_stat.3 index b43912349..bcb65f61b 100644 --- a/libarchive/archive_entry_stat.3 +++ b/libarchive/archive_entry_stat.3 @@ -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