components/libarchive/patches/libarchive-archive_entry_perms.3.patch
branchs11-update
changeset 2651 9b563675339e
child 4997 714545171c17
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_perms.3.orig	Mon Mar 26 19:49:00 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 @@
       
    17  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
       
    19  of the bitmap of flags to set.
       
    20 -(This differs from
       
    21 -.Xr fflagstostr 3 ,
       
    22 -which only includes names for set bits.)
       
    23  Converting a bitmap to a textual string is a platform-specific
       
    24  operation; bits that are not meaningful on the current platform
       
    25  will be ignored.
       
    26 @@ -190,15 +187,12 @@
       
    27  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
       
    29  every name that is recognized.
       
    30 -(In particular, this differs from
       
    31 -.Xr strtofflags 3 ,
       
    32 -which stops parsing at the first unrecognized name.)
       
    33  .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