Deleted Added
full compact
pax.1 (131484) pax.1 (131505)
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

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)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

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

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
33.\" $FreeBSD: head/bin/pax/pax.1 131484 2004-07-02 21:04:19Z ru $
33.\" $FreeBSD: head/bin/pax/pax.1 131505 2004-07-03 00:06:28Z ru $
34.\"
35.Dd April 18, 1994
36.Dt PAX 1
37.Os
38.Sh NAME
39.Nm pax
40.Nd read and write file archives and copy directory hierarchies
41.Sh SYNOPSIS

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

726.Bx
727tar format as found in
728.Bx 4.3 .
729The default blocksize for this format is 10240 bytes.
730Pathnames stored by this format must be 100 characters or less in length.
731Only
732.Em regular
733files,
34.\"
35.Dd April 18, 1994
36.Dt PAX 1
37.Os
38.Sh NAME
39.Nm pax
40.Nd read and write file archives and copy directory hierarchies
41.Sh SYNOPSIS

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

726.Bx
727tar format as found in
728.Bx 4.3 .
729The default blocksize for this format is 10240 bytes.
730Pathnames stored by this format must be 100 characters or less in length.
731Only
732.Em regular
733files,
734.Em hard links , soft links ,
734.Em hard links , soft links ,
735and
735and
736.Em directories
736.Em directories
737will be archived (other file system types are not supported).
738For backwards compatibility with even older tar formats, a
739.Fl o
740option can be used when writing an archive to omit the storage of directories.
741This option takes the form:
742.Dl Fl o Cm write_opt=nodir
743.It Ar ustar
744The extended tar interchange format specified in the

--- 444 unchanged lines hidden ---
737will be archived (other file system types are not supported).
738For backwards compatibility with even older tar formats, a
739.Fl o
740option can be used when writing an archive to omit the storage of directories.
741This option takes the form:
742.Dl Fl o Cm write_opt=nodir
743.It Ar ustar
744The extended tar interchange format specified in the

--- 444 unchanged lines hidden ---