components/libarchive/patches/libarchive-archive_entry_linkify.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_linkify.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_entry_linkify.3	Fri Nov  9 12:38:22 2012
       
     7 @@ -23,7 +23,7 @@
       
     8  .\" SUCH DAMAGE.
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_ENTRY_LINKIFY 3
       
    12 +.Dt ARCHIVE_ENTRY_LINKIFY 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_entry_linkresolver ,
       
    16 @@ -91,7 +91,7 @@
       
    17  .Fn archive_entry_linkresolver_set_strategy
       
    18  function selects the optimal hardlink strategy for the given format.
       
    19  The format code can be obtained from
       
    20 -.Xr archive_format 3 .
       
    21 +.Xr archive_format 3ARCHIVE .
       
    22  The function can be called more than once, but it is recommended to
       
    23  flush all deferred entries first.
       
    24  .Pp
       
    25 @@ -218,7 +218,7 @@
       
    26  returns
       
    27  .Dv NULL
       
    28  on
       
    29 -.Xr malloc 3
       
    30 +.Xr malloc 3C
       
    31  failures.
       
    32  .Sh SEE ALSO
       
    33 -.Xr archive_entry 3
       
    34 +.Xr archive_entry 3ARCHIVE