components/libarchive/patches/libarchive-archive_write_set_options.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_write_set_options.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_write_set_options.3	Fri Nov  9 12:25:27 2012
       
     7 @@ -25,7 +25,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_WRITE_OPTIONS 3
       
    12 +.Dt ARCHIVE_WRITE_OPTIONS 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_write_set_filter_option ,
       
    16 @@ -422,9 +422,9 @@
       
    17  .\"
       
    18  .Sh SEE ALSO
       
    19  .Xr tar 1 ,
       
    20 -.Xr libarchive 3 ,
       
    21 -.Xr archive_read_set_options 3 ,
       
    22 -.Xr archive_write 3
       
    23 +.Xr libarchive 3LIB ,
       
    24 +.Xr archive_read_set_options 3ARCHIVE ,
       
    25 +.Xr archive_write 3ARCHIVE
       
    26  .Sh HISTORY
       
    27  The
       
    28  .Nm libarchive