components/libarchive/patches/libarchive-archive_entry_paths.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_paths.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_entry_paths.3	Fri Nov  9 12:37:42 2012
       
     7 @@ -23,7 +23,7 @@
       
     8  .\" SUCH DAMAGE.
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY_PATHS 3
       
    12 +.Dt ARCHIVE_ENTRY_PATHS 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_hardlink ,
       
    16 @@ -105,7 +105,7 @@
       
    17  .Fn archive_entry_update_symlink_utf8 "struct archive_entry *a" "const char *path"
       
    18  .Sh DESCRIPTION
       
    19  Path names supported by
       
    20 -.Xr archive_entry 3 :
       
    21 +.Xr archive_entry 3ARCHIVE :
       
    22  .Bl -tag -width "sourcepath" -compact
       
    23  .It hardlink
       
    24  Destination of the hardlink.
       
    25 @@ -118,7 +118,7 @@
       
    26  Path in the archive
       
    27  .It sourcepath
       
    28  Path on the disk for use by
       
    29 -.Xr archive_read_disk 3 .
       
    30 +.Xr archive_read_disk 3ARCHIVE .
       
    31  .It symlink
       
    32  Destination of the symbolic link.
       
    33  .El
       
    34 @@ -149,5 +149,5 @@
       
    35  is an alias for 
       
    36  .Fn archive_entry_copy_XXX .
       
    37  .Sh SEE ALSO
       
    38 -.Xr archive 3 ,
       
    39 -.Xr archive_entry 3
       
    40 +.Xr libarchive 3LIB ,
       
    41 +.Xr archive_entry 3ARCHIVE