Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find - Even if it may be obvious, actually explain w...



details:   https://anonhg.NetBSD.org/src/rev/51519e08adba
branches:  trunk
changeset: 780020:51519e08adba
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jul 07 20:45:09 2012 +0000

description:
- Even if it may be obvious, actually explain what ``{}'' means
  with ``-exec ... {} +'';
- make wording more consistent;
- bump date.

>From Bug Hunting.

diffstat:

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

diffs (33 lines):

diff -r 4cffda591cd1 -r 51519e08adba usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sat Jul 07 16:18:50 2012 +0000
+++ b/usr.bin/find/find.1       Sat Jul 07 20:45:09 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.75 2012/06/27 22:57:27 jdf Exp $
+.\"    $NetBSD: find.1,v 1.76 2012/07/07 20:45:09 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"    from: @(#)find.1        8.7 (Berkeley) 5/9/95
 .\"
-.Dd June 17, 2012
+.Dd July 7, 2012
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -296,12 +296,12 @@
 .Ar utility
 will be invoked once per set, similar to
 .Xr xargs 1 .
-In this case the parameter
+In this case the string
 .Dq Ic {}
 must appear, and must appear as the last item in the argument list,
 just before the
 .Dq Ic \&+
-parameter.
+parameter, and is replaced by the pathnames of the current set of files.
 Each set is limited to no more than 5,000 pathnames,
 and is also limited such that the total number of bytes in the argument
 list does not exceed



Home | Main Index | Thread Index | Old Index