components/libarchive/patches/libarchive-libarchive-formats.5.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-formats.5.orig	Mon Mar 26 19:49:00 2012
       
     6 +++ libarchive/libarchive/libarchive-formats.5	Fri Nov  9 12:32:18 2012
       
     7 @@ -25,7 +25,7 @@
       
     8  .\" $FreeBSD$
       
     9  .\"
       
    10  .Dd March 18, 2012
       
    11 -.Dt LIBARCHIVE-FORMATS 5
       
    12 +.Dt LIBARCHIVE-FORMATS 4
       
    13  .Os
       
    14  .Sh NAME
       
    15  .Nm libarchive-formats
       
    16 @@ -32,7 +32,7 @@
       
    17  .Nd archive formats supported by the libarchive library
       
    18  .Sh DESCRIPTION
       
    19  The
       
    20 -.Xr libarchive 3
       
    21 +.Xr libarchive 3LIB
       
    22  library reads and writes a variety of streaming archive formats.
       
    23  Generally speaking, all of these archive formats consist of a series of
       
    24  .Dq entries .
       
    25 @@ -49,7 +49,7 @@
       
    26  functions to enable all supported formats.
       
    27  .Ss Tar Formats
       
    28  The
       
    29 -.Xr libarchive 3
       
    30 +.Xr libarchive 3LIB
       
    31  library can read most tar archives.
       
    32  It can write POSIX-standard
       
    33  .Dq ustar
       
    34 @@ -69,7 +69,7 @@
       
    35  .Bl -tag -width indent
       
    36  .It Cm gnutar
       
    37  The
       
    38 -.Xr libarchive 3
       
    39 +.Xr libarchive 3LIB
       
    40  library can read most GNU-format tar archives.
       
    41  It currently supports the most popular GNU extensions, including
       
    42  modern long filename and linkname support, as well as atime and ctime data.
       
    43 @@ -79,12 +79,12 @@
       
    44  formats.
       
    45  .Pp
       
    46  The
       
    47 -.Xr libarchive 3
       
    48 +.Xr libarchive 3LIB
       
    49  library can write GNU tar format, including long filename
       
    50  and linkname support, as well as atime and ctime data.
       
    51  .It Cm pax
       
    52  The
       
    53 -.Xr libarchive 3
       
    54 +.Xr libarchive 3LIB
       
    55  library can read and write POSIX-compliant pax interchange format
       
    56  archives.
       
    57  Pax interchange format archives are an extension of the older ustar
       
    58 @@ -371,9 +371,7 @@
       
    59  This can cause problems for programs such as
       
    60  GNU ld that do not support the BSD-style long filenames.
       
    61  .Ss mtree
       
    62 -Libarchive can read and write files in
       
    63 -.Xr mtree 5
       
    64 -format.
       
    65 +Libarchive can read and write files in mtree format.
       
    66  This format is not a true archive format, but rather a textual description
       
    67  of a file hierarchy in which each line specifies the name of a file and
       
    68  provides specific metadata about that file.
       
    69 @@ -384,7 +382,7 @@
       
    70  .Tn archive_entry
       
    71  object.
       
    72  When writing, libarchive supports use of the
       
    73 -.Xr archive_write_set_options 3
       
    74 +.Xr archive_write_set_options 3ARCHIVE
       
    75  interface to specify which keywords should be included in the
       
    76  output.
       
    77  If libarchive was compiled with access to suitable
       
    78 @@ -425,7 +423,4 @@
       
    79  .Xr shar 1 ,
       
    80  .Xr tar 1 ,
       
    81  .Xr zip 1 ,
       
    82 -.Xr zlib 3 ,
       
    83 -.Xr cpio 5 ,
       
    84 -.Xr mtree 5 ,
       
    85 -.Xr tar 5
       
    86 +.Xr zlib 3