[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.65 and 1.66

version 1.65, 2006/10/11 16:10:32 version 1.66, 2006/10/11 19:16:27
Line 58 
Line 58 
 In the absence of an expression,  In the absence of an expression,
 .Ic -print  .Ic -print
 is assumed.  is assumed.
   If an expression is given,
   but none of the primaries
   .Ic -exec ,
   .Ic -ls ,
   .Ic -ok ,
   .Ic -print ,
   or
   .Ic -print0
   are specified, the given expression shall be effectively replaced by
   .Cm \&( Ar given expression Cm \&)
   .Ic -print .
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
Line 383 
Line 394 
 by a newline  by a newline
 .Pq Ql \en  .Pq Ql \en
 character.  character.
 If neither  
 .Ic -exec ,  
 .Ic -ls ,  
 .Ic -ok ,  
 nor  
 .Ic -print0  
 is specified, the given expression shall be effectively replaced by  
 .Cm \&( Ns Ar given\& expression Ns Cm \&)  
 .Ic -print .  
 .It Ic -print0  .It Ic -print0
 This primary always evaluates to true.  This primary always evaluates to true.
 It prints the pathname of the current file to standard output, followed  It prints the pathname of the current file to standard output, followed

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66