summaryrefslogtreecommitdiff
path: root/bin/mv
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-07-04 06:50:04 +0000
committerwiz <wiz@NetBSD.org>2017-07-04 06:50:04 +0000
commit9faa2db41f2fcd05fe637e333cfab09cdbfab72e (patch)
tree5e58f5ccc813ccd00f94e220eba2a23203ed3219 /bin/mv
parent8c79e0ed6e71619024671806251e2f9dcd3a6b31 (diff)
Use Ex.
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/mv.16
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 2fbceb41041..7cc3d1c2cc1 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: mv.1,v 1.29 2017/07/03 21:33:23 wiz Exp $
+.\" $NetBSD: mv.1,v 1.30 2017/07/04 06:50:04 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -126,9 +126,7 @@ cp -PRp source_file destination_path && \e
rm -rf source_file
.Ed
.Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and >0 if an error occurs.
+.Ex -std mv
.Sh SEE ALSO
.Xr cp 1 ,
.Xr rename 2 ,