summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMark Grimes <mark@cvs.openbsd.org>2002-02-18 21:01:59 +0000
committerMark Grimes <mark@cvs.openbsd.org>2002-02-18 21:01:59 +0000
commit9c973a94c0b8894dfbf002d3a66235744df1ab7f (patch)
treefb35edc5953284522700d5869dfc409dc92bf9a3 /bin
parent4d7f8e9944e384c9612006d8c6f92832dcc181ca (diff)
change -pr to -PRp (ok mpech@, millert@)
Closes PR2258
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 0953ab5af8d..4e6a567823a 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.15 2002/02/11 18:43:51 mpech Exp $
+.\" $OpenBSD: mv.1,v 1.16 2002/02/18 21:01:58 mark Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -117,7 +117,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