From owner-svn-src-head@FreeBSD.ORG Sat Jun 2 03:13:28 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 758F71065670; Sat, 2 Jun 2012 03:13:28 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 612748FC08; Sat, 2 Jun 2012 03:13:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q523DSSt061718; Sat, 2 Jun 2012 03:13:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q523DSCh061716; Sat, 2 Jun 2012 03:13:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201206020313.q523DSCh061716@svn.freebsd.org> From: Eitan Adler Date: Sat, 2 Jun 2012 03:13:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r236433 - head/usr.bin/find X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 03:13:28 -0000 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 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;