components/libarchive/patches/libarchive-libarchive.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/libarchive.3.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/libarchive.3	Fri Nov  9 12:43:07 2012
       
     7 @@ -25,7 +25,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd March 18, 2012
       
    11 -.Dt LIBARCHIVE 3
       
    12 +.Dt LIBARCHIVE 3LIB
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm libarchive
       
    16 @@ -146,21 +146,21 @@
       
    17  .\"
       
    18  .Sh READING AN ARCHIVE
       
    19  See
       
    20 -.Xr libarchive_read 3 .
       
    21 +.Xr libarchive_read 3ARCHIVE .
       
    22  .\"
       
    23  .Sh WRITING AN ARCHIVE
       
    24  See
       
    25 -.Xr libarchive_write 3 .
       
    26 +.Xr libarchive_write 3ARCHIVE .
       
    27  .\"
       
    28  .Sh WRITING ENTRIES TO DISK
       
    29  The
       
    30 -.Xr archive_write_disk 3
       
    31 +.Xr archive_write_disk 3ARCHIVE
       
    32  API allows you to write
       
    33 -.Xr archive_entry 3
       
    34 +.Xr archive_entry 3ARCHIVE
       
    35  objects to disk using the same API used by
       
    36 -.Xr archive_write 3 .
       
    37 +.Xr archive_write 3ARCHIVE .
       
    38  The
       
    39 -.Xr archive_write_disk 3
       
    40 +.Xr archive_write_disk 3ARCHIVE
       
    41  API is used internally by
       
    42  .Fn archive_read_extract ;
       
    43  using it directly can provide greater control over how entries
       
    44 @@ -170,9 +170,9 @@
       
    45  operations.
       
    46  .Sh READING ENTRIES FROM DISK
       
    47  The
       
    48 -.Xr archive_read_disk 3
       
    49 +.Xr archive_read_disk 3ARCHIVE
       
    50  supports for populating
       
    51 -.Xr archive_entry 3
       
    52 +.Xr archive_entry 3ARCHIVE
       
    53  objects from information in the filesystem.
       
    54  This includes the information accessible from the
       
    55  .Xr stat 2
       
    56 @@ -179,12 +179,12 @@
       
    57  system call as well as ACLs, extended attributes,
       
    58  and other metadata.
       
    59  The
       
    60 -.Xr archive_read_disk 3
       
    61 +.Xr archive_read_disk 3ARCHIVE
       
    62  API also supports iterating over directory trees,
       
    63  which allows directories of files to be read using
       
    64  an API compatible with
       
    65  the
       
    66 -.Xr archive_read 3
       
    67 +.Xr archive_read 3ARCHIVE
       
    68  API.
       
    69  .Sh DESCRIPTION
       
    70  Detailed descriptions of each function are provided by the
       
    71 @@ -199,7 +199,7 @@
       
    72  structure contains a complete description of a single archive
       
    73  entry.
       
    74  It uses an opaque interface that is fully documented in
       
    75 -.Xr archive_entry 3 .
       
    76 +.Xr archive_entry 3ARCHIVE .
       
    77  .Pp
       
    78  Users familiar with historic formats should be aware that the newer
       
    79  variants have eliminated most restrictions on the length of textual fields.
       
    80 @@ -247,15 +247,14 @@
       
    81  functions can be used to obtain more information.
       
    82  .Sh ENVIRONMENT
       
    83  There are character set conversions within the
       
    84 -.Xr archive_entry 3
       
    85 +.Xr archive_entry 3ARCHIVE
       
    86  functions that are impacted by the currently-selected locale.
       
    87  .Sh SEE ALSO
       
    88  .Xr tar 1 ,
       
    89 -.Xr archive_entry 3 ,
       
    90 -.Xr archive_read 3 ,
       
    91 -.Xr archive_util 3 ,
       
    92 -.Xr archive_write 3 ,
       
    93 -.Xr tar 5
       
    94 +.Xr archive_entry 3ARCHIVE ,
       
    95 +.Xr archive_read 3ARCHIVE ,
       
    96 +.Xr archive_util 3ARCHIVE ,
       
    97 +.Xr archive_write 3ARCHIVE
       
    98  .Sh HISTORY
       
    99  The
       
   100  .Nm libarchive