[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.92 and 1.93

version 1.92, 2017/01/03 21:31:16 version 1.93, 2017/01/03 22:19:31
Line 183 
Line 183 
 24-hour periods.  24-hour periods.
 .Pp  .Pp
 .It Ic -delete  .It Ic -delete
 Delete found files and/or directories.  Delete found files and directories.
 Always returns true.  Always returns true.
 This executes  This executes
 from the current working directory as  from the current working directory as
 .Nm  .Nm
 recurses down the tree.  recurses down the tree.
 It will not attempt to delete a filename with a  It will not attempt to delete a filename with a
 .Dq Pa /  .Sq Pa /
 character in its pathname relative to  character in its pathname relative to
 .Dq Pa \&.  .Sq Pa \&.
 for security reasons.  for security reasons.
 Depth-first traversal processing is implied by this option.  Depth-first traversal processing is implied by this option.
 The  The
 .Ic -delete  .Ic -delete
 primary will fail to delete a directory if it is not empty.  primary will fail to delete a directory if it is not empty.
 Following symlinks is incompatible with this option.  Following symlinks is incompatible with this option.
   .Pp
 .It Ic -depth  .It Ic -depth
 This primary always evaluates to true.  This primary always evaluates to true.
 The same as specifying the  The same as specifying the

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93