Deleted Added
full compact
bsdcpio.1 (324417) bsdcpio.1 (353376)
1.\" Copyright (c) 2003-2007 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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.\"
1.\" Copyright (c) 2003-2007 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.

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

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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: stable/11/contrib/libarchive/cpio/bsdcpio.1 324417 2017-10-08 20:54:53Z mm $
25.\" $FreeBSD: stable/11/contrib/libarchive/cpio/bsdcpio.1 353376 2019-10-09 22:19:06Z mm $
26.\"
27.Dd September 16, 2014
28.Dt CPIO 1
29.Os
30.Sh NAME
31.Nm cpio
32.Nd copy files to and from archives
33.Sh SYNOPSIS

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

70Output.
71Read a list of filenames from standard input and produce a new archive
72on standard output (unless overridden) containing the specified items.
73.It Fl p
74Pass-through.
75Read a list of filenames from standard input and copy the files to the
76specified directory.
77.El
26.\"
27.Dd September 16, 2014
28.Dt CPIO 1
29.Os
30.Sh NAME
31.Nm cpio
32.Nd copy files to and from archives
33.Sh SYNOPSIS

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

70Output.
71Read a list of filenames from standard input and produce a new archive
72on standard output (unless overridden) containing the specified items.
73.It Fl p
74Pass-through.
75Read a list of filenames from standard input and copy the files to the
76specified directory.
77.El
78.Pp
79.Sh OPTIONS
80Unless specifically stated otherwise, options are applicable in
81all operating modes.
82.Bl -tag -width indent
83.It Fl 0 , Fl Fl null
84Read filenames separated by NUL characters instead of newlines.
85This is necessary if any of the filenames being read might contain newlines.
86.It Fl A

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

380.Fl i ,
381they are not command-line options in their own right.
382The syntax supported by this implementation is backwards-compatible
383with the standard.
384For best compatibility, scripts should limit themselves to the
385standard syntax.
386.Sh SEE ALSO
387.Xr bzip2 1 ,
78.Sh OPTIONS
79Unless specifically stated otherwise, options are applicable in
80all operating modes.
81.Bl -tag -width indent
82.It Fl 0 , Fl Fl null
83Read filenames separated by NUL characters instead of newlines.
84This is necessary if any of the filenames being read might contain newlines.
85.It Fl A

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

379.Fl i ,
380they are not command-line options in their own right.
381The syntax supported by this implementation is backwards-compatible
382with the standard.
383For best compatibility, scripts should limit themselves to the
384standard syntax.
385.Sh SEE ALSO
386.Xr bzip2 1 ,
388.Xr tar 1 ,
389.Xr gzip 1 ,
390.Xr mt 1 ,
391.Xr pax 1 ,
387.Xr gzip 1 ,
388.Xr mt 1 ,
389.Xr pax 1 ,
390.Xr tar 1 ,
392.Xr libarchive 3 ,
393.Xr cpio 5 ,
394.Xr libarchive-formats 5 ,
395.Xr tar 5
396.Sh STANDARDS
397There is no current POSIX standard for the cpio command; it appeared
398in
399.St -p1003.1-96

--- 37 unchanged lines hidden ---
391.Xr libarchive 3 ,
392.Xr cpio 5 ,
393.Xr libarchive-formats 5 ,
394.Xr tar 5
395.Sh STANDARDS
396There is no current POSIX standard for the cpio command; it appeared
397in
398.St -p1003.1-96

--- 37 unchanged lines hidden ---