summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-08-29 11:14:21 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-08-29 11:14:21 +0000
commitcce0b20ad8199056353ea16b5c1efb4269c25457 (patch)
tree7234a921ddfe59f118b1365e450950be753bbbe6 /bin
parente1253154a9ba7305ded49db4b8030c13fd706d4f (diff)
Notes
Diffstat (limited to 'bin')
-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