From 1d402e8a8dae296d15fceb0f14c56c80dc857007 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 15 Aug 1995 19:44:39 +0000 Subject: The command to `move' across file system boundaries is actually cp -PRp source_file destination Closes PR # bin/689: mv(1) manpage Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) --- bin/mv/mv.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 66cbf49..01c0f2b 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 -- cgit v1.1