diff options
author | Brad King <brad.king@kitware.com> | 2013-07-31 12:49:09 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-07-31 12:49:09 (GMT) |
commit | 0cecc7b485774be084a6d5a72e743ed9893daa5d (patch) | |
tree | 0a1671d014267e5ab8a209f1c58e779b016bcaf4 /Utilities/cmlibarchive/libarchive/archive_entry_perms.3 | |
parent | e3b6ab92dbb51945b81896f2d2a53f31ba63ae1a (diff) | |
parent | 26fe7e3adfc76a733ecc74794f22d53755ac194a (diff) | |
download | CMake-0cecc7b485774be084a6d5a72e743ed9893daa5d.zip CMake-0cecc7b485774be084a6d5a72e743ed9893daa5d.tar.gz CMake-0cecc7b485774be084a6d5a72e743ed9893daa5d.tar.bz2 |
Merge topic 'update-libarchive'
26fe7e3 libarchive: Backport to CMake 2.8.2
b81a4e1 libarchive: Remove build options not used by CMake
3218f52 libarchive: Avoid struct init with variable
bae3a73 libarchive: Silence API deprecation warnings
6773840 libarchive: Include cm_zlib.h to get zlib used by CMake
8dc0a9f libarchive: Update README-CMake.txt for new snapshot
102071f Merge branch 'libarchive-upstream' into update-libarchive
35df7c8 libarchive 3.1.2 (reduced)
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/archive_entry_perms.3')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/archive_entry_perms.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/libarchive/archive_entry_perms.3 b/Utilities/cmlibarchive/libarchive/archive_entry_perms.3 index 164af97..5b7b5d9 100644 --- a/Utilities/cmlibarchive/libarchive/archive_entry_perms.3 +++ b/Utilities/cmlibarchive/libarchive/archive_entry_perms.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 22, 2010 +.Dd February 2, 2012 .Dt ARCHIVE_ENTRY_PERMS 3 .Os .Sh NAME @@ -52,6 +52,8 @@ .Nm archive_entry_copy_fflags_text , .Nm archive_entry_copy_fflags_text_w .Nd functions for manipulating ownership and permissions in archive entry descriptions +.Sh LIBRARY +Streaming Archive Library (libarchive, -larchive) .Sh SYNOPSIS .In archive_entry.h .Ft gid_t |