Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 18:00:47 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219455 - head/usr.bin/find
Message-ID:  <201103101800.p2AI0lpb051602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Thu Mar 10 18:00:47 2011
New Revision: 219455
URL: http://svn.freebsd.org/changeset/base/219455

Log:
  Move the explanation of using arguments for the PRIMARIES above
  the list of PRIMARIES.
  
  PR:		151812
  Submitted by:	Jay (jouellette of gmail com)
  Patch by:	eadler
  MFC after:	1 week

Modified:
  head/usr.bin/find/find.1

Modified: head/usr.bin/find/find.1
==============================================================================
--- head/usr.bin/find/find.1	Thu Mar 10 17:26:36 2011	(r219454)
+++ head/usr.bin/find/find.1	Thu Mar 10 18:00:47 2011	(r219455)
@@ -177,6 +177,18 @@ This option is equivalent to the depreca
 primary.
 .El
 .Sh PRIMARIES
+.Pp
+All primaries which take a numeric argument allow the number to be
+preceded by a plus sign
+.Pq Dq Li +
+or a minus sign
+.Pq Dq Li - .
+A preceding plus sign means
+.Dq more than n ,
+a preceding minus sign means
+.Dq less than n
+and neither means
+.Dq exactly n .
 .Bl -tag -width indent
 .It Ic -Bmin Ar n
 True if the difference between the time of a file's inode creation
@@ -815,18 +827,6 @@ The same thing as 
 .Ic -path ,
 for GNU find compatibility.
 .El
-.Pp
-All primaries which take a numeric argument allow the number to be
-preceded by a plus sign
-.Pq Dq Li +
-or a minus sign
-.Pq Dq Li - .
-A preceding plus sign means
-.Dq more than n ,
-a preceding minus sign means
-.Dq less than n
-and neither means
-.Dq exactly n .
 .Sh OPERATORS
 The primaries may be combined using the following operators.
 The operators are listed in order of decreasing precedence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103101800.p2AI0lpb051602>