svn commit: r265617 - stable/9/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Wed May 7 21:46:07 UTC 2014


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>
 


More information about the svn-src-stable-9 mailing list