Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/cp Add -v to SYNOPSIS, clean up STANDARDS a little. Als...



details:   https://anonhg.NetBSD.org/src/rev/93b80c8be016
branches:  trunk
changeset: 540545:93b80c8be016
user:      kleink <kleink%NetBSD.org@localhost>
date:      Wed Dec 18 12:15:41 2002 +0000

description:
Add -v to SYNOPSIS, clean up STANDARDS a little.  Also, bump date for -v.

diffstat:

 bin/cp/cp.1 |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 77079d4ac915 -r 93b80c8be016 bin/cp/cp.1
--- a/bin/cp/cp.1       Wed Dec 18 11:56:43 2002 +0000
+++ b/bin/cp/cp.1       Wed Dec 18 12:15:41 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cp.1,v 1.20 2002/12/16 14:44:14 jrf Exp $
+.\"    $NetBSD: cp.1,v 1.21 2002/12/18 12:15:41 kleink Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -36,7 +36,7 @@
 .\"
 .\"    @(#)cp.1        8.3 (Berkeley) 4/18/94
 .\"
-.Dd April 18, 1994
+.Dd December 18, 2002
 .Dt CP 1
 .Os
 .Sh NAME
@@ -49,7 +49,7 @@
 .Op Fl H | Fl L | Fl P
 .Oc
 .Op Fl f | i
-.Op Fl p
+.Op Fl pv
 .Ar source_file target_file
 .Nm cp
 .Oo
@@ -57,7 +57,7 @@
 .Op Fl H | Fl L | Fl P
 .Oc
 .Op Fl f | i
-.Op Fl p
+.Op Fl pv
 .Ar source_file ... target_directory
 .Sh DESCRIPTION
 In the first synopsis form, the
@@ -218,6 +218,7 @@
 .St -p1003.2
 compatible.
 .Pp
-The flag
-.Op Fl v
-is an extension to the specification.
+The
+.Fl v
+option is an extension to
+.St -p1003.2 .



Home | Main Index | Thread Index | Old Index