Author: gjb
Date: Mon Aug 25 13:15:24 2014
New Revision: 270557
URL: http://svnweb.freebsd.org/changeset/base/270557

Log:
  Document r267161, realpath(1): fail on non-directory containing
  '.' or '..'
  
  Sponsored by: The FreeBSD Foundation

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

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml  Mon Aug 25 
13:15:21 2014        (r270556)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml  Mon Aug 25 
13:15:24 2014        (r270557)
@@ -575,6 +575,13 @@
        <filename>/usr/local/etc/newsyslog.conf.d/</filename>
        directories by default for &man.newsyslog.8;.</para>
 
+      <para revision="267161">The &man.realpath.1; utility has been
+       updated to return <literal>ENOTDIR</literal> on paths
+       components <quote>.</quote> and <quote>..</quote> that are
+       not directories, such as <filename
+         class="directory">/dev/null/.</filename> or <filename
+         class="directory">/dev/null/..</filename>.</para>
+
       <para revision="267236">A new flag, <quote>onifconsole</quote>
        has been added to <filename>/etc/ttys</filename>.  This allows
        the system to provide a login prompt via serial console if the
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to