Module Name: src
Committed By: snj
Date: Sun Mar 28 18:37:36 UTC 2010
Modified Files:
src/bin/pax [netbsd-4]: tar.1
Log Message:
Pull up following revision(s) (requested by dholland in ticket #1391):
bin/pax/tar.1: revision 1.28, 1.29 via patch
The -X option of tar names a file containing exception globs, not
exception filenames, same as in gtar. PR 41168 from Perry.
--
bump date for previous
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.4.1 src/bin/pax/tar.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/pax/tar.1
diff -u src/bin/pax/tar.1:1.22 src/bin/pax/tar.1:1.22.4.1
--- src/bin/pax/tar.1:1.22 Tue May 24 00:05:01 2005
+++ src/bin/pax/tar.1 Sun Mar 28 18:37:36 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tar.1,v 1.22 2005/05/24 00:05:01 wiz Exp $
+.\" $NetBSD: tar.1,v 1.22.4.1 2010/03/28 18:37:36 snj Exp $
.\"
.\" Copyright (c) 1996 SigmaSoft, Th. Lockert
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\"
.\" OpenBSD: tar.1,v 1.28 2000/11/09 23:58:56 aaron Exp
.\"
-.Dd May 7, 2005
+.Dd March 23, 2010
.Dt TAR 1
.Os
.Sh NAME
@@ -228,7 +228,7 @@
A line may also specify the positional argument
.Dq Fl C Ar directory .
.It Fl X Ar file , Fl -exclude-from Ar file
-Exclude files listed in the given file.
+Exclude files matching the shell glob patterns listed in the given file.
.It Fl Z , -compress , -uncompress
Compress archive using compress.
.It Fl -strict