From: jmc Date: Wed, 28 Jun 2017 06:24:38 +0000 (+0000) Subject: add -v to SYNOPSIS and STANDARDS; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8e83b289a407b7e58ab7b6c119c65b098cf62e55;p=openbsd add -v to SYNOPSIS and STANDARDS; --- 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