s/cp -pr/cp -PRp/ in the discussion of the cross-device cp(1) operation.

This commit is contained in:
ross 1998-04-20 05:43:30 +00:00
parent b57acd6cd4
commit e86e483504
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mv.1,v 1.10 1997/10/20 08:52:51 enami Exp $
.\" $NetBSD: mv.1,v 1.11 1998/04/20 05:43:30 ross Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -115,7 +115,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