summaryrefslogtreecommitdiff
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
parentd2bc4faf95794284b5d985066c2fcd25518a5051 (diff)
add -v to SYNOPSIS and STANDARDS;
-rw-r--r--bin/cp/cp.110
-rw-r--r--bin/mv/mv.112
-rw-r--r--bin/rm/rm.16
3 files changed, 18 insertions, 10 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 756f8abe8e2..87bc14bc923 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.38 2017/06/27 21:43:46 tedu Exp $
+.\" $OpenBSD: cp.1,v 1.39 2017/06/28 06:24:38 jmc Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: June 27 2017 $
+.Dd $Mdocdate: June 28 2017 $
.Dt CP 1
.Os
.Sh NAME
@@ -237,9 +237,13 @@ utility is compliant with the
.St -p1003.1-2008
specification.
.Pp
+The flag
+.Op Fl v
+is an extension to that specification.
+.Pp
Historic versions of the
.Nm
-utility had a
+utility had an
.Fl r
option.
This implementation supports that option; however, its use is strongly
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
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 0bd707a62a7..a8e2d2c602b 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.41 2017/06/27 21:43:46 tedu Exp $
+.\" $OpenBSD: rm.1,v 1.42 2017/06/28 06:24:39 jmc Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
.\"
-.Dd $Mdocdate: June 27 2017 $
+.Dd $Mdocdate: June 28 2017 $
.Dt RM 1
.Os
.Sh NAME
@@ -41,7 +41,7 @@
.Nd remove directory entries
.Sh SYNOPSIS
.Nm rm
-.Op Fl dfiPRr
+.Op Fl dfiPRrv
.Ar
.Sh DESCRIPTION
The