[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.75 and 1.76

version 1.75, 2009/12/20 16:15:26 version 1.76, 2009/12/20 20:19:49
Line 96 
Line 96 
 be for the link itself.  be for the link itself.
 File information of all symbolic links not on  File information of all symbolic links not on
 the command line is that of the link itself.  the command line is that of the link itself.
 This option overrides  
 .Fl L  
 given earlier on the command line.  
 .It Fl h  .It Fl h
 An alias for the  An alias for the
 .Fl L  .Fl L
Line 111 
Line 108 
 link, not the link itself.  link, not the link itself.
 If the referenced file does not exist, the file information and type will  If the referenced file does not exist, the file information and type will
 be for the link itself.  be for the link itself.
 This option overrides  
 .Fl H  
 given earlier on the command line.  
 .It Fl X  .It Fl X
 Permit  Permit
 .Nm  .Nm
Line 145 
Line 139 
 from descending into directories that have a device number different  from descending into directories that have a device number different
 than that of the file from which the descent began.  than that of the file from which the descent began.
 .El  .El
   .Pp
   It is not an error to specify more than one of
   the mutually exclusive options
   .Fl H
   and
   .Fl L .
   Where more than one of these options is specified,
   the last option given overrides the others.
 .Sh PRIMARIES  .Sh PRIMARIES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Ic -amin Ar n  .It Ic -amin Ar n

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76