Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2013 09:49:55 +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-9@freebsd.org
Subject:   svn commit: r247541 - stable/9/usr.bin/find
Message-ID:  <201303010949.r219ntc0083862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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