summaryrefslogtreecommitdiff
path: root/bin/mv/mv.1
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2018-11-14 15:53:32 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2018-11-14 15:53:32 +0000
commit20cb4a715c9ea14cba1020adbec3c4a154f887e0 (patch)
treed211a5da2f588fbbf3119605f5c3975e1c8143ab /bin/mv/mv.1
parentf7ecfb092267cc3185f0a1eb2b5c763a2e5c200c (diff)
mv imitates, but no longer uses, cp and rm to cross filesystems.
Diffstat (limited to 'bin/mv/mv.1')
-rw-r--r--bin/mv/mv.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index b269c67e8ba..eb5c40f5c9e 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.33 2017/06/28 06:24:39 jmc Exp $
+.\" $OpenBSD: mv.1,v 1.34 2018/11/14 15:53:31 tedu Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: June 28 2017 $
+.Dd $Mdocdate: November 14 2018 $
.Dt MV 1
.Os
.Sh NAME
@@ -121,7 +121,7 @@ Should the
.Xr rename 2
call fail because the source and destination are on different file systems,
.Nm
-will use
+will imitate
.Xr cp 1
and
.Xr rm 1