components/libarchive/patches/libarchive-archive_entry_time.3.patch
branchs11-update
changeset 2651 9b563675339e
equal deleted inserted replaced
2649:79b6c91e7f81 2651:9b563675339e
       
     1 This patch is needed to convert BSD-style section numbers to Solaris-style
       
     2 section numbers.  It has not been fed back to the upstream community.  It
       
     3 may need to be tweaked slightly for future releases.
       
     4 
       
     5 --- libarchive/libarchive/archive_entry_time.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_entry_time.3	Fri Nov  9 12:36:07 2012
       
     7 @@ -26,7 +26,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY_TIME 3
       
    12 +.Dt ARCHIVE_ENTRY_TIME 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_atime ,
       
    16 @@ -100,7 +100,7 @@
       
    17  Supported time fields are atime (access time), birthtime (creation time),
       
    18  ctime (last time an inode property was changed) and mtime (modification time).
       
    19  .Pp
       
    20 -.Xr libarchive 3
       
    21 +.Xr libarchive 3LIB
       
    22  provides a high-resolution interface.
       
    23  The timestamps are truncated automatically depending on the archive format
       
    24  (for archiving) or the filesystem capabilities (for restoring).
       
    25 @@ -113,8 +113,8 @@
       
    26  .Fn XXX_is_set .
       
    27  Unset time fields have a second and nanosecond field of 0.
       
    28  .Sh SEE ALSO
       
    29 -.Xr archive 3 ,
       
    30 -.Xr archive_entry 3
       
    31 +.Xr libarchive 3LIB ,
       
    32 +.Xr archive_entry 3ARCHIVE
       
    33  .Sh HISTORY
       
    34  The
       
    35  .Nm libarchive