aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-08-15 19:44:39 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-08-15 19:44:39 +0000
commitf300f7a0f947702803a9a3a37f25706861d7ffff (patch)
treea109ee878f97eca05b4df88b5afd2a23660eb268
parentb5cfa4b2c497b23368f6ba87bbe9690a988fe491 (diff)
Notes
-rw-r--r--bin/mv/mv.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 66cbf49f3c99..01c0f2b7415d 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
-.\" $Id$
+.\" $Id: mv.1,v 1.2 1994/09/24 02:56:06 davidg Exp $
.\"
.Dd May 31, 1993
.Dt MV 1
@@ -112,7 +112,7 @@ to accomplish the move.
The effect is equivalent to:
.Bd -literal -offset indent
rm -f destination_path && \e
-\tcp -pr source_file destination && \e
+\tcp -pRP source_file destination && \e
\trm -rf source_file
.Ed
.Pp