Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/bin/pax Pull up revision 1.14 (requested by cube in tic...
details: https://anonhg.NetBSD.org/src/rev/701e4c4fd2aa
branches: netbsd-1-6
changeset: 531461:701e4c4fd2aa
user: he <he%NetBSD.org@localhost>
date: Wed Aug 25 20:43:24 2004 +0000
description:
Pull up revision 1.14 (requested by cube in ticket #1734):
Document that ``--unlink'' is the default, and that it is
therefore ignored and only accepted for compatibility with
other tar(1) implememtations.
diffstat:
bin/pax/tar.1 | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r ad75e3b77b64 -r 701e4c4fd2aa bin/pax/tar.1
--- a/bin/pax/tar.1 Wed Aug 25 20:40:15 2004 +0000
+++ b/bin/pax/tar.1 Wed Aug 25 20:43:24 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: tar.1,v 1.13.4.2 2004/04/07 06:58:52 jmc Exp $
+.\" $NetBSD: tar.1,v 1.13.4.3 2004/08/25 20:43:24 he Exp $
.\"
.\" Copyright (c) 1996 SigmaSoft, Th. Lockert
.\" All rights reserved.
@@ -30,7 +30,7 @@
.\"
.\" OpenBSD: tar.1,v 1.28 2000/11/09 23:58:56 aaron Exp
.\"
-.Dd July 8, 2003
+.Dd May 4, 2004
.Dt TAR 1
.Os
.Sh NAME
@@ -237,7 +237,11 @@
.It Fl -atime-preserve
Preserve file access times.
.It Fl -unlink
-Remove files before creating them.
+Ignored, only accepted for compatibility with other
+.Nm
+implementations.
+.Nm
+always unlinks files before creating them.
.It Fl -use-compress-program Ar program
Use the named program as the program to decompress the input.
.It Fl -force-local
Home |
Main Index |
Thread Index |
Old Index