From: Joerg Sonnenberger Date: Sun, 21 Feb 2010 14:04:51 +0000 (-0500) Subject: Fix the description of ctime as noticed by Tim. X-Git-Tag: v3.0.0a~1225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4491e6dc32f8b99fbe4d72e650b1f10d0cbdfc91;p=thirdparty%2Flibarchive.git Fix the description of ctime as noticed by Tim. SVN-Revision: 1938 --- diff --git a/libarchive/archive_entry_time.3 b/libarchive/archive_entry_time.3 index 60534d2d3..7787ca579 100644 --- a/libarchive/archive_entry_time.3 +++ b/libarchive/archive_entry_time.3 @@ -95,8 +95,8 @@ .Sh DESCRIPTION These functions create and manipulate the time fields in an .Vt archive_entry . -Supported time fields are atime (access time), birthtime, ctime -(creation time, normally read-only) and mtime (modification time). +Supported time fields are atime (access time), birthtime (creation time), +ctime (last time an inode property was changed) and mtime (modification time). .Pp .Xr libarchive 3 provides a high-resolution interface.