Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find - improve spelling;



details:   https://anonhg.NetBSD.org/src/rev/abb3481fad9d
branches:  trunk
changeset: 781202:abb3481fad9d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 26 14:26:07 2012 +0000

description:
- improve spelling;
- improve wording;
- complement list of primaries that prevent `-print' from being
  used implicitly;
- bump date.

Patch from Bug Hunting.

diffstat:

 usr.bin/find/find.1 |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diffs (64 lines):

diff -r 391c1c3404c2 -r abb3481fad9d usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sun Aug 26 14:23:21 2012 +0000
+++ b/usr.bin/find/find.1       Sun Aug 26 14:26:07 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.77 2012/08/16 13:34:10 wiz Exp $
+.\"    $NetBSD: find.1,v 1.78 2012/08/26 14:26:07 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 August 16, 2012
+.Dd August 26, 2012
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -212,7 +212,7 @@
 .Pp
 .It Ic -delete
 Delete found files, symbolic links and directories.
-Always returns True.
+Always returns true.
 This executes from the current working directory as
 .Nm
 recurses down the tree.
@@ -223,7 +223,7 @@
 .Xr ( fts 3
 should not return such pathnames).
 Depth-first traversal processing is implied by this option.
-This can also be invoked as
+This primary can also be invoked as
 .Ic -rm .
 .Pp
 .It Ic -empty
@@ -444,7 +444,7 @@
 links.
 .Pp
 .It Ic -rm
-This is an alias for
+This primary is an alias for
 .Ic -delete .
 .Pp
 .It Ic -ls
@@ -589,14 +589,17 @@
 It prints the pathname of the current file to standard output, followed
 by a newline character.
 If none of
+.Ic -delete ,
 .Ic -exec ,
+.Ic -execdir ,
 .Ic -exit ,
 .Ic -fprint ,
 .Ic -ls ,
 .Ic -ok ,
 .Ic -print0 ,
+.Ic -printx ,
 nor
-.Ic -printx
+.Ic -rm
 is specified, the given expression shall be effectively replaced by
 .Cm \&( Ns Ar given\& expression Ns Cm \&)
 .Ic -print .



Home | Main Index | Thread Index | Old Index