Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2012 03:13:28 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236433 - head/usr.bin/find
Message-ID:  <201206020313.q523DSCh061716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Jun  2 03:13:27 2012
New Revision: 236433
URL: http://svn.freebsd.org/changeset/base/236433

Log:
  Document the limitations of the -delete primary
  
  PR:		bin/166554
  Submitted by:	Richard Kettlewell <rjk@greenend.org.uk>
  Discussed with:	jilles
  Approved by:	bcr
  MFC after:	3 days

Modified:
  head/usr.bin/find/find.1

Modified: head/usr.bin/find/find.1
==============================================================================
--- head/usr.bin/find/find.1	Sat Jun  2 02:27:01 2012	(r236432)
+++ head/usr.bin/find/find.1	Sat Jun  2 03:13:27 2012	(r236433)
@@ -31,7 +31,7 @@
 .\"	@(#)find.1	8.7 (Berkeley) 5/9/95
 .\" $FreeBSD$
 .\"
-.Dd September 28, 2011
+.Dd May 06, 2012
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -319,6 +319,9 @@ character in its pathname relative to
 .Dq Pa \&.
 for security reasons.
 Depth-first traversal processing is implied by this option.
+The
+.Ic -delete
+primary will fail to delete a directory if it is not empty.
 Following symlinks is incompatible with this option.
 .It Ic -depth
 Always true;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206020313.q523DSCh061716>