summaryrefslogtreecommitdiff
path: root/bin/mv/mv.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-06-28 06:24:40 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-06-28 06:24:40 +0000
commit929814b180026065c9b43ea2b5d289e1116b07c2 (patch)
treec76cc60abc50f91d8d6f4731cec8530438863ad7 /bin/mv/mv.1
parentd2bc4faf95794284b5d985066c2fcd25518a5051 (diff)
add -v to SYNOPSIS and STANDARDS;
Diffstat (limited to 'bin/mv/mv.1')
-rw-r--r--bin/mv/mv.112
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 41015a915ce..b269c67e8ba 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.32 2017/06/27 21:43:46 tedu Exp $
+.\" $OpenBSD: mv.1,v 1.33 2017/06/28 06:24:39 jmc 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 27 2017 $
+.Dd $Mdocdate: June 28 2017 $
.Dt MV 1
.Os
.Sh NAME
@@ -41,10 +41,10 @@
.Nd move files
.Sh SYNOPSIS
.Nm mv
-.Op Fl fi
+.Op Fl fiv
.Ar source target
.Nm mv
-.Op Fl fi
+.Op Fl fiv
.Ar source ... directory
.Sh DESCRIPTION
In its first form, the
@@ -167,6 +167,10 @@ The
utility is compliant with the
.St -p1003.1-2008
specification.
+.Pp
+The flag
+.Op Fl v
+is an extension to that specification.
.Sh HISTORY
A
.Nm