]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix the description of ctime as noticed by Tim.
authorJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sun, 21 Feb 2010 14:04:51 +0000 (09:04 -0500)
committerJoerg Sonnenberger <joerg.sonnenberger@gmail.com>
Sun, 21 Feb 2010 14:04:51 +0000 (09:04 -0500)
SVN-Revision: 1938

libarchive/archive_entry_time.3

index 60534d2d3c4be33ef646588978b315700006b366..7787ca57908e4334aaacfa336fa1ec19b4cd9e07 100644 (file)
@@ -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.