summaryrefslogtreecommitdiff
path: root/bin/mv/mv.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-14 22:14:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-14 22:14:01 +0000
commitd7b87853ad02031845dedc2e4eb43470f70629b2 (patch)
tree6711d6705a3d61a8fc1398a0e93943d2c24e793f /bin/mv/mv.1
parent0e57f2a299667350f0094976659b7e7f6dee3478 (diff)
First complete sweep of man pages, bin/. Command/function names previously
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
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 60dcd8da872..e5b3f0e17d7 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.3 1997/08/27 17:11:49 deraadt Exp $
+.\" $OpenBSD: mv.1,v 1.4 1998/09/14 22:13:51 aaron Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -51,7 +51,6 @@
.Op Fl fi
.Ar source ... directory
.Sh DESCRIPTION
-.Pp
In its first form, the
.Nm mv
utility renames the file named by the
@@ -86,6 +85,7 @@ overwrite an existing file.
If the response from the standard input begins with the character ``y'',
the move is attempted.
.El
+.Pp
The last of any
.Fl f
or
@@ -122,7 +122,7 @@ rm -f destination_path && \e
.Pp
The
.Nm mv
-utility exits 0 on success, and >0 if an error occurs.
+utility exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
.Xr cp 1 ,
.Xr symlink 7