components/libarchive/patches/libarchive-archive_entry_stat.3.patch
changeset 4997 714545171c17
parent 4995 ecffc6614cfa
child 5000 ba06ad809495
equal deleted inserted replaced
4995:ecffc6614cfa 4997:714545171c17
     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_stat.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_entry_stat.3	Fri Nov  9 12:41:56 2012
       
     7 @@ -23,7 +23,7 @@
       
     8  .\" SUCH DAMAGE.
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY_STAT 3
       
    12 +.Dt ARCHIVE_ENTRY_STAT 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_stat ,
       
    16 @@ -224,7 +224,7 @@
       
    17  and
       
    18  .Fn archive_entry_ino64
       
    19  are used by
       
    20 -.Xr archive_entry_linkify 3
       
    21 +.Xr archive_entry_linkify 3ARCHIVE
       
    22  to find hardlinks.
       
    23  The pair of device and inode is suppossed to identify hardlinked files.
       
    24  .Pp
       
    25 @@ -267,8 +267,8 @@
       
    26  Some archive formats use the combined form, while other formats use
       
    27  the split form.
       
    28  .Sh SEE ALSO
       
    29 -.Xr archive 3 ,
       
    30 -.Xr archive_entry_acl 3 ,
       
    31 -.Xr archive_entry_perms 3 ,
       
    32 -.Xr archive_entry_time 3 ,
       
    33 +.Xr libarchive 3LIB ,
       
    34 +.Xr archive_entry_acl 3ARCHIVE ,
       
    35 +.Xr archive_entry_perms 3ARCHIVE ,
       
    36 +.Xr archive_entry_time 3ARCHIVE ,
       
    37  .Xr stat 2