svn commit: r240278 - head/usr.bin/find
Dag-Erling Smørgrav
des at FreeBSD.org
Sun Sep 9 13:18:14 UTC 2012
Author: des
Date: Sun Sep 9 13:18:13 2012
New Revision: 240278
URL: http://svn.freebsd.org/changeset/base/240278
Log:
Document -quit, four and a half years after it was implemented.
MFC after: 3 days
Pointy hat to: imp@
Modified:
head/usr.bin/find/find.1
Modified: head/usr.bin/find/find.1
==============================================================================
--- head/usr.bin/find/find.1 Sun Sep 9 11:40:37 2012 (r240277)
+++ head/usr.bin/find/find.1 Sun Sep 9 13:18:13 2012 (r240278)
@@ -31,7 +31,7 @@
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd July 25, 2012
+.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
More information about the svn-src-head
mailing list