[BACK]Return to find.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / find

Diff for /src/usr.bin/find/find.1 between version 1.51 and 1.52

version 1.51, 2006/09/24 09:10:09 version 1.52, 2006/09/26 18:21:28
Line 52 
Line 52 
 (composed of the  (composed of the
 .Dq primaries  .Dq primaries
 and  and
 .Dq operands  .Dq operators
 listed below) in terms  listed below) in terms
 of each file in the tree.  of each file in the tree.
 In the absence of an expression,  In the absence of an expression,
Line 73 
Line 73 
 Specifies a file hierarchy for  Specifies a file hierarchy for
 .Nm  .Nm
 to traverse.  to traverse.
 File hierarchies may also be specified as the operands immediately  File hierarchies may be specified without the
 following the options.  .Fl f
   option if they are given immediately after any other options.
 .It Fl H  .It Fl H
 Causes the file information and file type (see  Causes the file information and file type (see
 .Xr stat 2 )  .Xr stat 2 )
Line 477 
Line 478 
 The second expression is not evaluated if the first expression is true.  The second expression is not evaluated if the first expression is true.
 .El  .El
 .Pp  .Pp
 All operands and primaries must be separate arguments to  All operators and primaries must be separate arguments to
 .Nm find .  .Nm find .
 Primaries which themselves take arguments expect each argument  Primaries which themselves take arguments expect each argument
 to be a separate argument to  to be a separate argument to

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52