Deleted Added
full compact
archive_write_new.3 (232153) archive_write_new.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_NEW 3
29.Os
30.Sh NAME
31.Nm archive_write_new
32.Nd functions for creating archives
28.Dt ARCHIVE_WRITE_NEW 3
29.Os
30.Sh NAME
31.Nm archive_write_new
32.Nd functions for creating archives
33.Sh LIBRARY
34Streaming Archive Library (libarchive, -larchive)
33.Sh SYNOPSIS
34.In archive.h
35.Ft struct archive *
36.Fn archive_write_new "void"
37.Sh DESCRIPTION
38Allocates and initializes a
39.Tn struct archive
40object suitable for writing a tar archive.

--- 16 unchanged lines hidden ---
35.Sh SYNOPSIS
36.In archive.h
37.Ft struct archive *
38.Fn archive_write_new "void"
39.Sh DESCRIPTION
40Allocates and initializes a
41.Tn struct archive
42object suitable for writing a tar archive.

--- 16 unchanged lines hidden ---