Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/tar Patch from PR 15218 to document some options.



details:   https://anonhg.NetBSD.org/src/rev/1d9b3d197cf6
branches:  trunk
changeset: 521730:1d9b3d197cf6
user:      fair <fair%NetBSD.org@localhost>
date:      Mon Feb 04 10:35:39 2002 +0000

description:
Patch from PR 15218 to document some options.

diffstat:

 gnu/usr.bin/tar/tar.1 |  14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 7ac20b79dae9 -r 1d9b3d197cf6 gnu/usr.bin/tar/tar.1
--- a/gnu/usr.bin/tar/tar.1     Mon Feb 04 08:51:26 2002 +0000
+++ b/gnu/usr.bin/tar/tar.1     Mon Feb 04 10:35:39 2002 +0000
@@ -3,7 +3,7 @@
 .\"
 .\"    Written by John F. Woods <jfw%jfwhome.funhouse.com@localhost>
 .\"
-.\"    $NetBSD: tar.1,v 1.20 2001/08/20 12:00:48 wiz Exp $
+.\"    $NetBSD: tar.1,v 1.21 2002/02/04 10:35:39 fair Exp $
 .\"
 .Dd August 6, 1994
 .Os
@@ -161,6 +161,8 @@
 then
 .Nm
 uses stdin or stdout.
+.It Fl -force-local
+Archive file is local even if it has a colon
 .It Fl F Ar file
 .It Fl -info-script Ar file
 .It Fl -new-volume-script Ar file
@@ -209,6 +211,10 @@
 .It Fl -newer Ar date
 Only store files newer than
 .Ar date .
+.It Fl -newer-mtime Ar date
+Like
+.Fl N ,
+But files are selected according to their modification time.
 .It Fl o
 .It Fl -old-archive
 .It Fl -portability
@@ -235,6 +241,10 @@
 .It Fl -same-order
 .It Fl -preserve-order
 List of names to extract is sorted to match archive.
+.It Fl -same-owner
+create extracted files with the same ownership
+.It Fl -show-omitted-dirs
+Show directories which were omitted while processing the archive.
 .It Fl S
 .It Fl -sparse
 Handle "sparse" files efficiently.
@@ -265,6 +275,8 @@
 .Ar volume-name .
 .It Fl -version
 Print tar program version number.
+.It Fl -volno-file Ar file
+File name with volume number to start with.
 .It Fl w
 .It Fl -interactive
 .It Fl -confirmation



Home | Main Index | Thread Index | Old Index