components/libarchive/patches/libarchive-archive_util.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_util.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/archive_util.3	Fri Nov  9 12:34:22 2012
       
     7 @@ -25,7 +25,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd February 2, 2012
       
    11 -.Dt ARCHIVE_UTIL 3
       
    12 +.Dt ARCHIVE_UTIL 3ARCHIVE
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm archive_clear_error ,
       
    16 @@ -84,7 +84,7 @@
       
    17  These functions provide access to various information about the
       
    18  .Tn struct archive
       
    19  object used in the
       
    20 -.Xr libarchive 3
       
    21 +.Xr libarchive 3LIB
       
    22  library.
       
    23  .Bl -tag -compact -width indent
       
    24  .It Fn archive_clear_error
       
    25 @@ -112,13 +112,13 @@
       
    26  obtained from passing the result of
       
    27  .Fn archive_errno
       
    28  to
       
    29 -.Xr strerror 3 .
       
    30 +.Xr strerror 3C .
       
    31  .It Fn archive_file_count
       
    32  Returns a count of the number of files processed by this archive object.
       
    33  The count is incremented by calls to
       
    34 -.Xr archive_write_header 3
       
    35 +.Xr archive_write_header 3ARCHIVE
       
    36  or
       
    37 -.Xr archive_read_next_header 3 .
       
    38 +.Xr archive_read_next_header 3ARCHIVE .
       
    39  .It Fn archive_filter_code
       
    40  Returns a numeric code identifying the indicated filter.
       
    41  See
       
    42 @@ -207,10 +207,10 @@
       
    43  not uniformly supported and should not be used.
       
    44  .El
       
    45  .Sh SEE ALSO
       
    46 -.Xr archive_read 3 ,
       
    47 -.Xr archive_write 3 ,
       
    48 -.Xr libarchive 3 ,
       
    49 -.Xr printf 3
       
    50 +.Xr archive_read 3ARCHIVE ,
       
    51 +.Xr archive_write 3ARCHIVE ,
       
    52 +.Xr libarchive 3LIB ,
       
    53 +.Xr printf 3C
       
    54  .Sh HISTORY
       
    55  The
       
    56  .Nm libarchive