summaryrefslogtreecommitdiff
path: root/bin/mv/mv.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mv/mv.1')
-rw-r--r--bin/mv/mv.110
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 70099cbe08f..3518c695e50 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.13 2001/08/13 21:00:05 heko Exp $
+.\" $OpenBSD: mv.1,v 1.14 2001/12/21 11:41:49 mpech Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -138,11 +138,11 @@ if it already exists.
.Cm mv -i -- -f bar ,
.Cm mv -i ./-f bar
.Pp
-Either of these commands will rename the file
-.Pa -f
-to
+Either of these commands will rename the file
+.Pa -f
+to
.Pa bar ,
-prompting for confirmation if
+prompting for confirmation if
.Pa bar
already exists.
.Sh SEE ALSO