Deleted Added
full compact
archive_write_header.3 (232153) archive_write_header.3 (238856)
1.\" Copyright (c) 2003-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.

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

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
1.\" Copyright (c) 2003-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.

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

19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD$
26.\"
27.Dd March 23, 2011
27.Dd February 2, 2012
28.Dt ARCHIVE_WRITE_HEADER 3
29.Os
30.Sh NAME
31.Nm archive_write_header
32.Nd functions for creating archives
28.Dt ARCHIVE_WRITE_HEADER 3
29.Os
30.Sh NAME
31.Nm archive_write_header
32.Nd functions for creating archives
33.Sh LIBRARY
34Streaming Archive Library (libarchive, -larchive)
33.Sh SYNOPSIS
34.In archive.h
35.Ft int
36.Fn archive_write_header "struct archive *" "struct archive_entry *"
37.Sh DESCRIPTION
38Build and write a header using the data in the provided
39.Tn struct archive_entry
40structure.

--- 31 unchanged lines hidden ---
35.Sh SYNOPSIS
36.In archive.h
37.Ft int
38.Fn archive_write_header "struct archive *" "struct archive_entry *"
39.Sh DESCRIPTION
40Build and write a header using the data in the provided
41.Tn struct archive_entry
42structure.

--- 31 unchanged lines hidden ---