From owner-svn-src-stable@FreeBSD.ORG Thu Mar 17 22:36:21 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BF5C106566C; Thu, 17 Mar 2011 22:36:21 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6728FC0C; Thu, 17 Mar 2011 22:36:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2HMaLr7041216; Thu, 17 Mar 2011 22:36:21 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2HMaL5l041214; Thu, 17 Mar 2011 22:36:21 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201103172236.p2HMaL5l041214@svn.freebsd.org> From: Glen Barber Date: Thu, 17 Mar 2011 22:36:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219725 - stable/7/usr.bin/find X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 22:36:21 -0000 Author: gjb (doc committer) Date: Thu Mar 17 22:36:21 2011 New Revision: 219725 URL: http://svn.freebsd.org/changeset/base/219725 Log: MFC 219455: - Move the explanation of using arguments for the PRIMARIES above the list of PRIMARIES. PR: 151812 Modified: stable/7/usr.bin/find/find.1 Directory Properties: stable/7/usr.bin/find/ (props changed) Modified: stable/7/usr.bin/find/find.1 ============================================================================== --- stable/7/usr.bin/find/find.1 Thu Mar 17 22:35:29 2011 (r219724) +++ stable/7/usr.bin/find/find.1 Thu Mar 17 22:36:21 2011 (r219725) @@ -181,6 +181,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 @@ -749,18 +761,6 @@ is numeric and there is no such user nam .Ar uname is treated as a user ID. .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.