Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 07:57:00 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240299 - head/usr.bin/find
Message-ID:  <201209100757.q8A7v0xC016414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Mon Sep 10 07:56:59 2012
New Revision: 240299
URL: http://svn.freebsd.org/changeset/base/240299

Log:
  Note that -quit terminates successfully.
  
  Requested by:	jmg@

Modified:
  head/usr.bin/find/find.1

Modified: head/usr.bin/find/find.1
==============================================================================
--- head/usr.bin/find/find.1	Mon Sep 10 06:07:28 2012	(r240298)
+++ head/usr.bin/find/find.1	Mon Sep 10 07:56:59 2012	(r240299)
@@ -744,7 +744,7 @@ option was specified.
 .It Ic -quit
 Causes
 .Nm
-to immediately terminate.
+to immediately terminate successfully.
 .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?201209100757.q8A7v0xC016414>