Deleted Added
full compact
archive_read_set_options.3 (302408) archive_read_set_options.3 (353376)
1.\" Copyright (c) 2011 Tim Kientzle
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 198 unchanged lines hidden (view full) ---

207Support Mac OS metadata extension that records data in special
208files beginning with a period and underscore.
209Defaults to enabled on Mac OS, disabled on other platforms.
210Use
211.Cm !mac-ext
212to disable.
213.It Cm read_concatenated_archives
214Ignore zeroed blocks in the archive, which occurs when multiple tar archives
1.\" Copyright (c) 2011 Tim Kientzle
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 198 unchanged lines hidden (view full) ---

207Support Mac OS metadata extension that records data in special
208files beginning with a period and underscore.
209Defaults to enabled on Mac OS, disabled on other platforms.
210Use
211.Cm !mac-ext
212to disable.
213.It Cm read_concatenated_archives
214Ignore zeroed blocks in the archive, which occurs when multiple tar archives
215have been concatenated together. Without this option, only the contents of
215have been concatenated together.
216Without this option, only the contents of
216the first concatenated archive would be read.
217.El
218.El
219.\"
220.Sh ERRORS
221Detailed error codes and textual descriptions are available from the
222.Fn archive_errno
223and
224.Fn archive_error_string
225functions.
226.\"
227.Sh SEE ALSO
228.Xr tar 1 ,
217the first concatenated archive would be read.
218.El
219.El
220.\"
221.Sh ERRORS
222Detailed error codes and textual descriptions are available from the
223.Fn archive_errno
224and
225.Fn archive_error_string
226functions.
227.\"
228.Sh SEE ALSO
229.Xr tar 1 ,
229.Xr libarchive 3 ,
230.Xr archive_read 3 ,
230.Xr archive_write_set_options 3 ,
231.Xr archive_write_set_options 3 ,
231.Xr archive_read 3
232.Xr libarchive 3