mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
use a more readable explanation of directory creation;
from evan silberman, tweaked by millert ok sthen (pre-tweak)
This commit is contained in:
parent
6f45564e3f
commit
93da23dae1
@ -1,4 +1,4 @@
|
|||||||
.\" $OpenBSD: pax.1,v 1.79 2024/04/17 15:48:44 jca Exp $
|
.\" $OpenBSD: pax.1,v 1.80 2024/11/30 06:59:12 jmc Exp $
|
||||||
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
|
.\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1992 Keith Muller.
|
.\" Copyright (c) 1992 Keith Muller.
|
||||||
@ -34,7 +34,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
|
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: April 17 2024 $
|
.Dd $Mdocdate: November 30 2024 $
|
||||||
.Dt PAX 1
|
.Dt PAX 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -553,13 +553,10 @@ and extract the specified
|
|||||||
.Ar file
|
.Ar file
|
||||||
operands.
|
operands.
|
||||||
If any intermediate directories are needed in order to extract an archive
|
If any intermediate directories are needed in order to extract an archive
|
||||||
member, these directories will be created as if
|
member, these directories will be created with read, write, and search
|
||||||
.Xr mkdir 2
|
permissions for the owner, group, and others,
|
||||||
was called with the bitwise OR of
|
as modified by the current
|
||||||
.Dv S_IRWXU , S_IRWXG ,
|
.Xr umask 2 .
|
||||||
and
|
|
||||||
.Dv S_IRWXO
|
|
||||||
as the mode argument.
|
|
||||||
When the selected archive format supports the specification of linked
|
When the selected archive format supports the specification of linked
|
||||||
files and these files cannot be linked while the archive is being extracted,
|
files and these files cannot be linked while the archive is being extracted,
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user