components/libarchive/patches/libarchive-archive_entry_perms.3.patch
changeset 4997 714545171c17
parent 1316 22b5cf35a3ea
equal deleted inserted replaced
4995:ecffc6614cfa 4997:714545171c17
     1 This patch is needed to convert BSD-style section numbers to Solaris-style
     1 This patch is needed to remove references to functions that don't exist on 
     2 section numbers.  It has not been fed back to the upstream community.  It
     2 Solaris. It has not been fed back to the upstream community. It may need to be 
     3 may need to be tweaked slightly for future releases.
     3 tweaked slightly for future releases.  
     4 
     4 
     5 --- libarchive/libarchive/archive_entry_perms.3.orig	Mon Mar 26 19:49:00 2012
     5 --- libarchive/libarchive/archive_entry_perms.3.orig	Mon Mar 26 19:49:00 2012
     6 +++ libarchive/libarchive/archive_entry_perms.3	Fri Nov  9 12:37:14 2012
     6 +++ libarchive/libarchive/archive_entry_perms.3	Fri Nov  9 12:37:14 2012
     7 @@ -24,7 +24,7 @@
       
     8  .\" SUCH DAMAGE.
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY_PERMS 3
       
    12 +.Dt ARCHIVE_ENTRY_PERMS 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_gid ,
       
    16 @@ -170,9 +170,6 @@
     7 @@ -170,9 +170,6 @@
    17  In unusual circumstances, you can force a fully-specified set
     8  In unusual circumstances, you can force a fully-specified set
    18  of file flags by setting the bitmap of flags to clear to the complement
     9  of file flags by setting the bitmap of flags to clear to the complement
    19  of the bitmap of flags to set.
    10  of the bitmap of flags to set.
    20 -(This differs from
    11 -(This differs from
    21 -.Xr fflagstostr 3 ,
    12 -.Xr fflagstostr 3 ,
    22 -which only includes names for set bits.)
    13 -which only includes names for set bits.)
    23  Converting a bitmap to a textual string is a platform-specific
    14  Converting a bitmap to a textual string is a platform-specific
    24  operation; bits that are not meaningful on the current platform
    15  operation; bits that are not meaningful on the current platform
    25  will be ignored.
    16  will be ignored.
    26 @@ -190,15 +187,12 @@
    17 @@ -190,7 +187,4 @@
    27  Note that every name \(em including names that follow an unrecognized
    18  Note that every name \(em including names that follow an unrecognized
    28  name \(em will be evaluated, and the bitmaps will be set to reflect
    19  name \(em will be evaluated, and the bitmaps will be set to reflect
    29  every name that is recognized.
    20  every name that is recognized.
    30 -(In particular, this differs from
    21 -(In particular, this differs from
    31 -.Xr strtofflags 3 ,
    22 -.Xr strtofflags 3 ,
    32 -which stops parsing at the first unrecognized name.)
    23 -which stops parsing at the first unrecognized name.)
    33  .Sh SEE ALSO
    24  .Sh SEE ALSO
    34 -.Xr archive 3 ,
       
    35 -.Xr archive_entry 3 ,
       
    36 -.Xr archive_entry_acl 3 ,
       
    37 -.Xr archive_read_disk 3 ,
       
    38 -.Xr archive_write_disk 3
       
    39 +.Xr libarchive 3LIB ,
       
    40 +.Xr archive_entry 3ARCHIVE ,
       
    41 +.Xr archive_entry_acl 3ARCHIVE ,
       
    42 +.Xr archive_read_disk 3ARCHIVE ,
       
    43 +.Xr archive_write_disk 3ARCHIVE
       
    44  .Sh BUGS
       
    45  The platform types
       
    46  .Vt uid_t