Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/find Change -{min, max}depth argument name from n to ...



details:   https://anonhg.NetBSD.org/src/rev/d611c23a3fd3
branches:  trunk
changeset: 345867:d611c23a3fd3
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 12 03:21:35 2016 +0000

description:
Change -{min,max}depth argument name from n to depth so that the
earlier statement concerning n being prefaced by a plus or minus.
(These exceptions to the +/- rule noted by kre@)

While here, fix markup error.  .Em for emphasis (stress) rather
than .Ar  :)

diffstat:

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

diffs (45 lines):

diff -r 8ac0d168b98c -r d611c23a3fd3 usr.bin/find/find.1
--- a/usr.bin/find/find.1       Sun Jun 12 02:16:15 2016 +0000
+++ b/usr.bin/find/find.1       Sun Jun 12 03:21:35 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: find.1,v 1.81 2014/05/17 11:31:40 apb Exp $
+.\"    $NetBSD: find.1,v 1.82 2016/06/12 03:21:35 pgoyette 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 May 17, 2014
+.Dd June 12, 2016
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -96,7 +96,7 @@
 .Nm
 visits directories in pre-order, i.e., before their contents.
 Note, the default is
-.Ar not
+.Em not
 a breadth-first traversal.
 .It Fl E
 Causes
@@ -460,13 +460,13 @@
 The format is identical to that produced by
 .Dq ls -dgils .
 .Pp
-.It Ic -maxdepth Ar n
+.It Ic -maxdepth Ar depth
 True if the current search depth is less than or equal to what is specified in
-.Ar n .
+.Ar depth .
 .Pp
-.It Ic -mindepth Ar n
+.It Ic -mindepth Ar depth
 True if the current search depth is at least what is specified in
-.Ar n .
+.Ar depth .
 .Pp
 .It Ic -mmin Ar n
 True if the difference between the file last modification time and the time



Home | Main Index | Thread Index | Old Index