diff options
Diffstat (limited to 'bin/mv/mv.1')
-rw-r--r-- | bin/mv/mv.1 | 6 |
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 |