Date: Fri, 1 Mar 2013 10:23:37 +0000 (UTC) From: Dag-Erling Smørgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r247543 - stable/8/usr.bin/find Message-ID: <201303011023.r21ANbsX095485@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Fri Mar 1 10:23:36 2013 New Revision: 247543 URL: http://svnweb.freebsd.org/changeset/base/247543 Log: MFH (r240278): document -quit Modified: stable/8/usr.bin/find/find.1 Directory Properties: stable/8/usr.bin/find/ (props changed) Modified: stable/8/usr.bin/find/find.1 ============================================================================== --- stable/8/usr.bin/find/find.1 Fri Mar 1 09:50:45 2013 (r247542) +++ stable/8/usr.bin/find/find.1 Fri Mar 1 10:23:36 2013 (r247543) @@ -35,7 +35,7 @@ .\" @(#)find.1 8.7 (Berkeley) 5/9/95 .\" $FreeBSD$ .\" -.Dd February 24, 2008 +.Dd September 9, 2012 .Dt FIND 1 .Os .Sh NAME @@ -741,6 +741,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303011023.r21ANbsX095485>