Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 21:46:07 +0000 (UTC)
From:      Glen Barber <gjb@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: r265617 - stable/9/release/doc/en_US.ISO8859-1/relnotes
Message-ID:  <201405072146.s47Lk7C6004612@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed May  7 21:46:06 2014
New Revision: 265617
URL: http://svnweb.freebsd.org/changeset/base/265617

Log:
  Document r264699, find(1) -ignore_readdir_race
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed May  7 21:45:25 2014	(r265616)
+++ stable/9/release/doc/en_US.ISO8859-1/relnotes/article.xml	Wed May  7 21:46:06 2014	(r265617)
@@ -579,6 +579,14 @@
 	<literal>local w=<replaceable>~/myfile</replaceable></literal>
 	will expand the tilde (<literal>~</literal>).</para>
 
+      <para revision="264699">The &man.find.1; utility has been
+	updated to implement <literal>-ignore_readdir_race</literal>.
+	Prior to this change, <literal>-ignore_readdir_race</literal>
+	existed as an option for GNU &man.find.1; compatibility, and
+	was ignored if specified.  A counter primary,
+	<literal>-noignore_readdir_race</literal> now also exists, and
+	is the default behavior.</para>
+
       <sect3 xml:id="periodic-scripts">
 	<title>&man.periodic.8; Scripts</title>
 



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