Source-Changes-HG archive

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

[src/trunk]: src/bin/cp For each, not Foreach; from Adrian Mrva. Begin new se...



details:   https://anonhg.NetBSD.org/src/rev/e6d6103781d4
branches:  trunk
changeset: 540667:e6d6103781d4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 21 13:09:57 2002 +0000

description:
For each, not Foreach; from Adrian Mrva. Begin new sentence on new line.

diffstat:

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

diffs (22 lines):

diff -r d7b11f442f03 -r e6d6103781d4 bin/cp/cp.1
--- a/bin/cp/cp.1       Sat Dec 21 13:08:59 2002 +0000
+++ b/bin/cp/cp.1       Sat Dec 21 13:09:57 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cp.1,v 1.22 2002/12/18 20:28:51 wiz Exp $
+.\"    $NetBSD: cp.1,v 1.23 2002/12/21 13:09:57 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -104,9 +104,9 @@
 Created directories have the same mode as the corresponding source
 directory, unmodified by the process' umask.
 .It Fl f
-Foreach existing destination pathname, attempt to overwrite it. If permissions
-do not allow copy to succeed, remove it and create a new file, without
-prompting for confirmation.
+For each existing destination pathname, attempt to overwrite it.
+If permissions do not allow copy to succeed, remove it and create a new
+file, without prompting for confirmation.
 (The
 .Fl i
 option is ignored if the



Home | Main Index | Thread Index | Old Index