summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-07-11 10:34:25 -0500
committerPaul Eggert <eggert@cs.ucla.edu>2022-07-11 10:35:30 -0500
commit496cf61638852ba20dcdec1f64027b1d9fd74539 (patch)
treee89922e4e787f10c1a1b596e32c0b93bbeb4a35a
parentd935dc7d1c150b3425dd43dc13a4dd2e2b712c26 (diff)
downloadtar-496cf61638852ba20dcdec1f64027b1d9fd74539.tar.gz
* doc/tar.1: Fix --xattrs-exclude typo.
-rw-r--r--doc/tar.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tar.1 b/doc/tar.1
index 180f4cbb..ec5f5639 100644
--- a/doc/tar.1
+++ b/doc/tar.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
-.TH TAR 1 "February 15, 2022" "TAR" "GNU TAR Manual"
+.TH TAR 1 "July 11, 2022" "TAR" "GNU TAR Manual"
.SH NAME
tar \- an archiving utility
.SH SYNOPSIS
@@ -610,13 +610,13 @@ Enable extended attributes support.
Disable extended attributes support.
.TP
.BI \-\-xattrs\-exclude= PATTERN
-Specify the exclude pattern for xattr keys. \fIPATTERN\fR is a POSIX
-regular expression, e.g. \fB\-\-xattrs\-exclude='^user\.'\fR, to exclude
+Specify the exclude pattern for xattr keys. \fIPATTERN\fR is a globbing
+pattern, e.g. \fB\-\-xattrs\-exclude='user.*'\fR to include only
attributes from the user namespace.
.TP
.BI \-\-xattrs\-include= PATTERN
-Specify the include pattern for xattr keys. \fIPATTERN\fR is a POSIX
-regular expression.
+Specify the include pattern for xattr keys. \fIPATTERN\fR is a globbing
+pattern.
.SS Device selection and switching
.TP
\fB\-f\fR, \fB\-\-file\fR=\fIARCHIVE\fR