Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/pax ".../newdir" --> "../newdir"
details: https://anonhg.NetBSD.org/src/rev/115944b672e6
branches: trunk
changeset: 565227:115944b672e6
user: keihan <keihan%NetBSD.org@localhost>
date: Fri Apr 02 11:14:24 2004 +0000
description:
".../newdir" --> "../newdir"
diffstat:
bin/pax/pax.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b3853684302d -r 115944b672e6 bin/pax/pax.1
--- a/bin/pax/pax.1 Fri Apr 02 11:12:29 2004 +0000
+++ b/bin/pax/pax.1 Fri Apr 02 11:14:24 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pax.1,v 1.45 2003/10/13 07:41:22 agc Exp $
+.\" $NetBSD: pax.1,v 1.46 2004/04/02 11:14:24 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