Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libarchive/dist/libarchive Do not use .Xo/.Xc t...
details: https://anonhg.NetBSD.org/src/rev/4f5a29831963
branches: trunk
changeset: 748185:4f5a29831963
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Oct 15 17:26:57 2009 +0000
description:
Do not use .Xo/.Xc to work around ancient groff limits.
diffstat:
external/bsd/libarchive/dist/libarchive/archive_read.3 | 26 +++++------
external/bsd/libarchive/dist/libarchive/archive_write.3 | 24 ++++------
external/bsd/libarchive/dist/libarchive/archive_write_disk.3 | 6 +-
3 files changed, 23 insertions(+), 33 deletions(-)
diffs (100 lines):
diff -r 3ebc3d24da59 -r 4f5a29831963 external/bsd/libarchive/dist/libarchive/archive_read.3
--- a/external/bsd/libarchive/dist/libarchive/archive_read.3 Thu Oct 15 16:50:00 2009 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_read.3 Thu Oct 15 17:26:57 2009 +0000
@@ -176,13 +176,11 @@
Allocates and initializes a
.Tn struct archive
object suitable for reading from an archive.
-.It Xo
-.Fn archive_read_support_compression_all ,
-.Fn archive_read_support_compression_bzip2 ,
-.Fn archive_read_support_compression_compress ,
-.Fn archive_read_support_compression_gzip ,
-.Fn archive_read_support_compression_none
-.Xc
+.It Fn archive_read_support_compression_all , \
+Fn archive_read_support_compression_bzip2 , \
+Fn archive_read_support_compression_compress , \
+Fn archive_read_support_compression_gzip , \
+Fn archive_read_support_compression_none
Enables auto-detection code and decompression support for the
specified compression.
Note that
@@ -196,14 +194,12 @@
Note that this disables automatic detection of the compression format,
so it makes no sense to specify this in conjunction with any other
decompression option.
-.It Xo
-.Fn archive_read_support_format_all ,
-.Fn archive_read_support_format_cpio ,
-.Fn archive_read_support_format_empty ,
-.Fn archive_read_support_format_iso9660 ,
-.Fn archive_read_support_format_tar ,
-.Fn archive_read_support_format_zip
-.Xc
+.It Fn archive_read_support_format_all , \
+Fn archive_read_support_format_cpio , \
+Fn archive_read_support_format_empty , \
+Fn archive_read_support_format_iso9660 , \
+Fn archive_read_support_format_tar , \
+Fn archive_read_support_format_zip
Enables support---including auto-detection code---for the
specified archive format.
For example,
diff -r 3ebc3d24da59 -r 4f5a29831963 external/bsd/libarchive/dist/libarchive/archive_write.3
--- a/external/bsd/libarchive/dist/libarchive/archive_write.3 Thu Oct 15 16:50:00 2009 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_write.3 Thu Oct 15 17:26:57 2009 +0000
@@ -167,14 +167,12 @@
.It Fn archive_write_get_bytes_in_last_block
Retrieve the currently-set value for last block size.
A value of -1 here indicates that the library should use default values.
-.It Xo
-.Fn archive_write_set_format_cpio ,
-.Fn archive_write_set_format_pax ,
-.Fn archive_write_set_format_pax_restricted ,
-.Fn archive_write_set_format_shar ,
-.Fn archive_write_set_format_shar_binary ,
-.Fn archive_write_set_format_ustar
-.Xc
+.It Fn archive_write_set_format_cpio , \
+Fn archive_write_set_format_pax , \
+Fn archive_write_set_format_pax_restricted , \
+Fn archive_write_set_format_shar , \
+Fn archive_write_set_format_shar_binary , \
+Fn archive_write_set_format_ustar
Sets the format that will be used for the archive.
The library can write
POSIX octet-oriented cpio format archives,
@@ -198,12 +196,10 @@
is the library default; this is the same as pax format, but suppresses
the pax extended header for most normal files.
In most cases, this will result in ordinary ustar archives.
-.It Xo
-.Fn archive_write_set_compression_bzip2 ,
-.Fn archive_write_set_compression_compress ,
-.Fn archive_write_set_compression_gzip ,
-.Fn archive_write_set_compression_none
-.Xc
+.It Fn archive_write_set_compression_bzip2 , \
+Fn archive_write_set_compression_compress , \
+Fn archive_write_set_compression_gzip , \
+Fn archive_write_set_compression_none
The resulting archive will be compressed as specified.
Note that the compressed output is always properly blocked.
.It Fn archive_write_set_compression_program
diff -r 3ebc3d24da59 -r 4f5a29831963 external/bsd/libarchive/dist/libarchive/archive_write_disk.3
--- a/external/bsd/libarchive/dist/libarchive/archive_write_disk.3 Thu Oct 15 16:50:00 2009 +0000
+++ b/external/bsd/libarchive/dist/libarchive/archive_write_disk.3 Thu Oct 15 17:26:57 2009 +0000
@@ -174,10 +174,8 @@
Scan data for blocks of NUL bytes and try to recreate them with holes.
This results in sparse files, independent of whether the archive format
supports or uses them.
-.It Xo
-.Fn archive_write_disk_set_group_lookup ,
-.Fn archive_write_disk_set_user_lookup
-.Xc
+.It Fn archive_write_disk_set_group_lookup , \
+Fn archive_write_disk_set_user_lookup
The
.Tn struct archive_entry
objects contain both names and ids that can be used to identify users
Home |
Main Index |
Thread Index |
Old Index