components/libarchive/patches/libarchive-archive_entry.3.patch
changeset 1316 22b5cf35a3ea
equal deleted inserted replaced
1315:4a5fc1fadc50 1316:22b5cf35a3ea
       
     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.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_entry.3	Fri Nov  9 12:39:50 2012
       
     7 @@ -26,7 +26,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd Feburary 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY 3
       
    12 +.Dt ARCHIVE_ENTRY 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_clear ,
       
    16 @@ -57,7 +57,7 @@
       
    17  .Tn struct stat
       
    18  plus associated pathname, textual group and user names, etc.
       
    19  These objects are used by
       
    20 -.Xr libarchive 3
       
    21 +.Xr libarchive 3LIB
       
    22  to represent the metadata associated with a particular
       
    23  entry in an archive.
       
    24  .Ss Create and Destroy
       
    25 @@ -84,17 +84,17 @@
       
    26  .Ss Function groups
       
    27  Due to high number of functions, the accessor functions can be found in
       
    28  man pages grouped by the purpose.
       
    29 -.Bl -tag -width ".Xr archive_entry_perms 3"
       
    30 -.It Xr archive_entry_acl 3
       
    31 +.Bl -tag -width ".Xr archive_entry_perms 3ARCHIVE"
       
    32 +.It Xr archive_entry_acl 3ARCHIVE
       
    33  Access Control List manipulation
       
    34 -.It Xr archive_entry_paths 3
       
    35 +.It Xr archive_entry_paths 3ARCHIVE
       
    36  Path name manipulation
       
    37 -.It Xr archive_entry_perms 3
       
    38 +.It Xr archive_entry_perms 3ARCHIVE
       
    39  User, group and mode manipulation
       
    40 -.It Xr archive_entry_stat 3
       
    41 +.It Xr archive_entry_stat 3ARCHIVE
       
    42  Functions not in the other groups and copying to/from
       
    43  .Vt struct stat .
       
    44 -.It Xr archive_entry_time 3
       
    45 +.It Xr archive_entry_time 3ARCHIVE
       
    46  Time field manipulation
       
    47  .El
       
    48  .Pp
       
    49 @@ -131,11 +131,11 @@
       
    50  .\" .Sh RETURN VALUES
       
    51  .\" .Sh ERRORS
       
    52  .Sh SEE ALSO
       
    53 -.Xr archive 3 ,
       
    54 -.Xr archive_entry_acl 3 ,
       
    55 -.Xr archive_entry_paths 3 ,
       
    56 -.Xr archive_entry_perms 3 ,
       
    57 -.Xr archive_entry_time 3
       
    58 +.Xr libarchive 3LIB ,
       
    59 +.Xr archive_entry_acl 3ARCHIVE ,
       
    60 +.Xr archive_entry_paths 3ARCHIVE ,
       
    61 +.Xr archive_entry_perms 3ARCHIVE ,
       
    62 +.Xr archive_entry_time 3ARCHIVE
       
    63  .Sh HISTORY
       
    64  The
       
    65  .Nm libarchive