Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/pax too many dots. noted by anon-ymous
details: https://anonhg.NetBSD.org/src/rev/133805d7d2a4
branches: trunk
changeset: 747218:133805d7d2a4
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 06 13:38:50 2009 +0000
description:
too many dots. noted by anon-ymous
diffstat:
bin/pax/pax.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 62c5696ab775 -r 133805d7d2a4 bin/pax/pax.1
--- a/bin/pax/pax.1 Sun Sep 06 12:30:45 2009 +0000
+++ b/bin/pax/pax.1 Sun Sep 06 13:38:50 2009 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pax.1,v 1.55 2007/12/02 21:13:23 wiz Exp $
+.\" $NetBSD: pax.1,v 1.56 2009/09/06 13:38:50 christos Exp $
.\"
.\" Copyright (c) 1992 Keith Muller.
.\" Copyright (c) 1992, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)pax.1 8.4 (Berkeley) 4/18/94
.\"
-.Dd April 23, 2007
+.Dd September 6, 2009
.Dt PAX 1
.Os
.Sh NAME
@@ -1257,11 +1257,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