Module Name:    src
Committed By:   joerg
Date:           Thu Oct 15 17:26:57 UTC 2009

Modified Files:
        src/external/bsd/libarchive/dist/libarchive: archive_read.3
            archive_write.3 archive_write_disk.3

Log Message:
Do not use .Xo/.Xc to work around ancient groff limits.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/libarchive/dist/libarchive/archive_read.3 \
    src/external/bsd/libarchive/dist/libarchive/archive_write.3 \
    src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libarchive/dist/libarchive/archive_read.3
diff -u src/external/bsd/libarchive/dist/libarchive/archive_read.3:1.1.1.1 src/external/bsd/libarchive/dist/libarchive/archive_read.3:1.2
--- src/external/bsd/libarchive/dist/libarchive/archive_read.3:1.1.1.1	Fri Sep 19 21:56:14 2008
+++ src/external/bsd/libarchive/dist/libarchive/archive_read.3	Thu Oct 15 17:26:57 2009
@@ -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,
Index: src/external/bsd/libarchive/dist/libarchive/archive_write.3
diff -u src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.1.1.1 src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.2
--- src/external/bsd/libarchive/dist/libarchive/archive_write.3:1.1.1.1	Fri Sep 19 21:56:14 2008
+++ src/external/bsd/libarchive/dist/libarchive/archive_write.3	Thu Oct 15 17:26:57 2009
@@ -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
Index: src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3
diff -u src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3:1.1.1.1 src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3:1.2
--- src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3:1.1.1.1	Fri Sep 19 21:56:14 2008
+++ src/external/bsd/libarchive/dist/libarchive/archive_write_disk.3	Thu Oct 15 17:26:57 2009
@@ -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

Reply via email to