From owner-svn-src-stable-9@FreeBSD.ORG Fri Mar 1 09:49:55 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EABD1B69; Fri, 1 Mar 2013 09:49:55 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C30012D1; Fri, 1 Mar 2013 09:49:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r219nt2x083863; Fri, 1 Mar 2013 09:49:55 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r219ntc0083862; Fri, 1 Mar 2013 09:49:55 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201303010949.r219ntc0083862@svn.freebsd.org> From: Dag-Erling Smørgrav Date: Fri, 1 Mar 2013 09:49:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r247541 - stable/9/usr.bin/find X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 09:49:56 -0000 Author: des Date: Fri Mar 1 09:49:55 2013 New Revision: 247541 URL: http://svnweb.freebsd.org/changeset/base/247541 Log: MFH (r240278): document -quit Modified: stable/9/usr.bin/find/find.1 Directory Properties: stable/9/usr.bin/find/ (props changed) Modified: stable/9/usr.bin/find/find.1 ============================================================================== --- stable/9/usr.bin/find/find.1 Fri Mar 1 09:42:58 2013 (r247540) +++ stable/9/usr.bin/find/find.1 Fri Mar 1 09:49:55 2013 (r247541) @@ -31,7 +31,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd June 13, 2012 +.Dd September 9, 2012 .Dt FIND 1 .Os .Sh NAME @@ -735,6 +735,10 @@ Note, the primary has no effect if the .Fl d option was specified. +.It Ic -quit +Causes +.Nm +to immediately terminate. .It Ic -regex Ar pattern True if the whole path of the file matches .Ar pattern