mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
300fe58441
commit
be2cad28b3
1 changed files with 12 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue