diff options
author | gjb <gjb@FreeBSD.org> | 2011-03-10 18:00:47 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-03-10 18:00:47 +0000 |
commit | ad5db5c41748a914a8a4a241c9d8e52755343e37 (patch) | |
tree | 8f496037eabcab9f1d8e3ad4256bf753fa9b2c7d /usr.bin/find | |
parent | f386257f6a9da229057eea15494e3cd20b4eb0c9 (diff) | |
download | FreeBSD-src-ad5db5c41748a914a8a4a241c9d8e52755343e37.zip FreeBSD-src-ad5db5c41748a914a8a4a241c9d8e52755343e37.tar.gz |
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
Diffstat (limited to 'usr.bin/find')
-rw-r--r-- | usr.bin/find/find.1 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 56b7dc2..04fe50c 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -177,6 +177,18 @@ This option is equivalent to the deprecated 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. |