summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2019-06-03 23:33:49 +0200
committerMartin Matuska <martin@matuska.org>2019-06-03 23:39:17 +0200
commit6701224764f7a536e1652683036805a1a918b038 (patch)
treedd8629dadd6ce491853aba8d527a91436fcc3067 /tar
parent7e88ab9917a41177407844941fd2f575057597ce (diff)
downloadlibarchive-6701224764f7a536e1652683036805a1a918b038.tar.gz
Minor bsdtar.1 manpage fixes
- the -p option does not restore owner by default. - the -n option was listed twice - file flags are called file attributes on Linux and are platform-specific Fixes #1204
Diffstat (limited to 'tar')
-rw-r--r--tar/bsdtar.114
1 files changed, 7 insertions, 7 deletions
diff --git a/tar/bsdtar.1 b/tar/bsdtar.1
index 82840547..341de033 100644
--- a/tar/bsdtar.1
+++ b/tar/bsdtar.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 1, 2017
+.Dd June 3, 2019
.Dt TAR 1
.Os
.Sh NAME
@@ -198,7 +198,7 @@ options and before extracting any files.
.It Fl Fl clear-nochange-fflags
(x mode only)
Before removing file system objects to replace them, clear platform-specific
-file flags that might prevent removal.
+file attributes or file flags that might prevent removal.
.It Fl Fl exclude Ar pattern
Do not process files or directories that match the
specified pattern.
@@ -218,7 +218,8 @@ and
.Sq Darcs .
.It Fl Fl fflags
(c, r, u, x modes only)
-Archive or extract file flags. This is the reverse of
+Archive or extract platform-specific file attributes or file flags.
+This is the reverse of
.Fl Fl no-fflags
and the default behavior in c, r, and u modes or if
.Nm
@@ -459,7 +460,6 @@ in AppleDouble format. This is the reverse of
and the default behavior if
.Nm
is run as non-root in x mode.
-.It Fl n , Fl Fl norecurse , Fl Fl no-recursion
.It Fl Fl no-same-owner
(x mode only)
Do not extract owner and group IDs.
@@ -667,13 +667,13 @@ This option suppresses these behaviors.
.It Fl p , Fl Fl insecure , Fl Fl preserve-permissions
(x mode only)
Preserve file permissions.
-Attempt to restore the full permissions, including owner, file modes, ACLs,
+Attempt to restore the full permissions, including file modes, ACLs,
extended attributes and extended file flags, if available, for each item
-extracted from the archive. This is te reverse of
+extracted from the archive. This is the reverse of
.Fl Fl no-same-permissions
and the default if
.Nm
-is being run by root and can be partially overridden by also specifying
+is being run as root. It can be partially overridden by also specifying
.Fl Fl no-acls ,
.Fl Fl no-fflags ,
.Fl Fl no-mac-metadata