From owner-svn-src-stable-8@FreeBSD.ORG Thu Mar 17 22:35:29 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94F2F106566C; Thu, 17 Mar 2011 22:35:29 +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 8566A8FC1C; Thu, 17 Mar 2011 22:35:29 +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 p2HMZTi4041153; Thu, 17 Mar 2011 22:35:29 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2HMZTx1041151; Thu, 17 Mar 2011 22:35:29 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201103172235.p2HMZTx1041151@svn.freebsd.org> From: Glen Barber Date: Thu, 17 Mar 2011 22:35:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219724 - stable/8/usr.bin/find X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 22:35:29 -0000 Author: gjb (doc committer) Date: Thu Mar 17 22:35:29 2011 New Revision: 219724 URL: http://svn.freebsd.org/changeset/base/219724 Log: MFC 219455: - Move the explanation of using arguments for the PRIMARIES above the list of PRIMARIES. PR: 151812 Modified: stable/8/usr.bin/find/find.1 Directory Properties: stable/8/usr.bin/find/ (props changed) Modified: stable/8/usr.bin/find/find.1 ============================================================================== --- stable/8/usr.bin/find/find.1 Thu Mar 17 22:17:56 2011 (r219723) +++ stable/8/usr.bin/find/find.1 Thu Mar 17 22:35:29 2011 (r219724) @@ -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 @@ -822,18 +834,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.