summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-12-21 19:29:08 +0000
committercrees <crees@FreeBSD.org>2013-12-21 19:29:08 +0000
commit8d5de3de53755de89eaa94719960784350f8a457 (patch)
treeb21da0734f50a56369e6ab0c2da5fc7b65794c33 /bin
parentc09ab6dda4d7fe95e67bd9ac59dddad90cb83ab0 (diff)
downloadFreeBSD-src-8d5de3de53755de89eaa94719960784350f8a457.zip
FreeBSD-src-8d5de3de53755de89eaa94719960784350f8a457.tar.gz
Document the lack of chflags support in pax(1)
PR: docs/135516 Submitted by: arundel (based on) Approved by: gjb (mentor)
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/pax.120
1 files changed, 19 insertions, 1 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1
index 33fedf6..aa3025a 100644
--- a/bin/pax/pax.1
+++ b/bin/pax/pax.1
@@ -33,7 +33,7 @@
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd August 29, 2010
+.Dd December 21, 2013
.Dt PAX 1
.Os
.Sh NAME
@@ -587,6 +587,16 @@ precedence.
For example, if
.Dl Fl p Ar eme
is specified, file modification times are still preserved.
+.Pp
+File flags set by
+.Xr chflags 1
+are not understood by
+.Nm ,
+however
+.Xr tar 1
+and
+.Xr dump 1
+will preserve these.
.It Fl s Ar replstr
Modify the file or archive member names specified by the
.Ar pattern
@@ -1195,3 +1205,11 @@ at the University of California, San Diego
The
.Nm
utility does not recognize multibyte characters.
+.Pp
+File flags set by
+.Xr chflags 1
+are not preserved by
+.Nm .
+The BUGS section of
+.Xr chflags 1
+has a list of utilities that are unaware of flags.
OpenPOWER on IntegriCloud