Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/pax Revert last, revision 1.46.
details: https://anonhg.NetBSD.org/src/rev/5c4977180399
branches: trunk
changeset: 565230:5c4977180399
user: keihan <keihan%NetBSD.org@localhost>
date: Fri Apr 02 12:53:05 2004 +0000
description:
Revert last, revision 1.46.
diffstat:
bin/pax/pax.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 666617cdbd7e -r 5c4977180399 bin/pax/pax.1
--- a/bin/pax/pax.1 Fri Apr 02 11:47:55 2004 +0000
+++ b/bin/pax/pax.1 Fri Apr 02 12:53:05 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pax.1,v 1.46 2004/04/02 11:14:24 keihan Exp $
+.\" $NetBSD: pax.1,v 1.47 2004/04/02 12:53:05 keihan Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
.\" Copyright (c) 1992, 1993
@@ -1196,11 +1196,11 @@
ownership when copying directory trees.
This can be done with the following commands:
.Dl cd olddir
-.Dl pax -rw -pe .\ ../newdir
+.Dl pax -rw -pe .\ .../newdir
which will copy the contents of
.Pa olddir
into
-.Pa ../newdir ,
+.Pa .../newdir ,
preserving ownership, permissions and access times.
.Pp
The command:
Home |
Main Index |
Thread Index |
Old Index