svn commit: r232722 - stable/9/share/man/man9

Jaakko Heinonen jh at FreeBSD.org
Fri Mar 9 13:06:25 UTC 2012


Author: jh
Date: Fri Mar  9 13:06:24 2012
New Revision: 232722
URL: http://svn.freebsd.org/changeset/base/232722

Log:
  MFC r232350:
  
  Since r199137 namei() returns EINVAL for DELETE and RENAME operations if
  the last component of the pathname is ".".

Modified:
  stable/9/share/man/man9/namei.9
Directory Properties:
  stable/9/share/man/man9/   (props changed)

Modified: stable/9/share/man/man9/namei.9
==============================================================================
--- stable/9/share/man/man9/namei.9	Fri Mar  9 11:48:56 2012	(r232721)
+++ stable/9/share/man/man9/namei.9	Fri Mar  9 13:06:24 2012	(r232722)
@@ -33,7 +33,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 21, 2005
+.Dd March 1, 2012
 .Dt NAMEI 9
 .Os
 .Sh NAME
@@ -344,6 +344,13 @@ permissions.
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er EISDIR
 An attempt is made to open a directory with write mode specified.
+.It Bq Er EINVAL
+The last component of the pathname specified for a
+.Dv DELETE
+or
+.Dv RENAME
+operation is
+.Ql \&. .
 .It Bq Er EROFS
 An attempt is made to modify a file or directory on a read-only file system.
 .El


More information about the svn-src-all mailing list