Deleted Added
full compact
pax.1 (76286) pax.1 (76351)
1.\" Copyright (c) 1992 Keith Muller.
2.\" Copyright (c) 1992, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Keith Muller of the University of California, San Diego.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
1.\" Copyright (c) 1992 Keith Muller.
2.\" Copyright (c) 1992, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" This code is derived from software contributed to Berkeley by
6.\" Keith Muller of the University of California, San Diego.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

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

29.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE.
35.\"
36.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
37.\" $FreeBSD: head/bin/pax/pax.1 76286 2001-05-05 01:10:13Z kris $
37.\" $FreeBSD: head/bin/pax/pax.1 76351 2001-05-08 06:19:06Z kris $
38.\"
39.Dd April 18, 1994
40.Dt PAX 1
41.Os BSD 4.4
42.Sh NAME
43.Nm pax
44.Nd read and write file archives and copy directory hierarchies
45.Sh SYNOPSIS

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

398.It Fl b Ar blocksize
399When
400.Em writing
401an archive,
402block the output at a positive decimal integer number of
403bytes per write to the archive file.
404The
405.Ar blocksize
38.\"
39.Dd April 18, 1994
40.Dt PAX 1
41.Os BSD 4.4
42.Sh NAME
43.Nm pax
44.Nd read and write file archives and copy directory hierarchies
45.Sh SYNOPSIS

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

398.It Fl b Ar blocksize
399When
400.Em writing
401an archive,
402block the output at a positive decimal integer number of
403bytes per write to the archive file.
404The
405.Ar blocksize
406must be a multiple of 512 bytes with a maximum of 32256 bytes.
406must be a multiple of 512 bytes with a maximum of 64512 bytes.
407Archives larger than 32256 bytes violate the
408.Tn POSIX
409standard and will not be portable to all systems.
407A
408.Ar blocksize
409can end with
410.Li k
411or
412.Li b
413to specify multiplication by 1024 (1K) or 512, respectively.
414A pair of

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

1125.Ar tar ,
1126and the flawed archive handling during
1127.Ar list
1128and
1129.Ar read
1130operations are extensions to the
1131.Tn POSIX
1132standard.
410A
411.Ar blocksize
412can end with
413.Li k
414or
415.Li b
416to specify multiplication by 1024 (1K) or 512, respectively.
417A pair of

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

1128.Ar tar ,
1129and the flawed archive handling during
1130.Ar list
1131and
1132.Ar read
1133operations are extensions to the
1134.Tn POSIX
1135standard.
1136.Sh SEE ALSO
1137.Xr tar 1 ,
1138.Xr cpio 1
1133.Sh AUTHORS
1134.An Keith Muller
1135at the University of California, San Diego
1136.Sh DIAGNOSTICS
1137.Nm Pax
1138will exit with one of the following values:
1139.Bl -tag -width 2n
1140.It 0

--- 40 unchanged lines hidden ---
1139.Sh AUTHORS
1140.An Keith Muller
1141at the University of California, San Diego
1142.Sh DIAGNOSTICS
1143.Nm Pax
1144will exit with one of the following values:
1145.Bl -tag -width 2n
1146.It 0

--- 40 unchanged lines hidden ---