From 4491e6dc32f8b99fbe4d72e650b1f10d0cbdfc91 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Sun, 21 Feb 2010 09:04:51 -0500 Subject: [PATCH] Fix the description of ctime as noticed by Tim. SVN-Revision: 1938 --- libarchive/archive_entry_time.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3