svn commit: r232350 - head/share/man/man9
Jaakko Heinonen
jh at FreeBSD.org
Thu Mar 1 18:17:45 UTC 2012
Author: jh
Date: Thu Mar 1 18:17:45 2012
New Revision: 232350
URL: http://svn.freebsd.org/changeset/base/232350
Log:
Since r199137 namei() returns EINVAL for DELETE and RENAME operations if
the last component of the pathname is ".".
Reviewed by: kib
MFC after: 1 week
Modified:
head/share/man/man9/namei.9
Modified: head/share/man/man9/namei.9
==============================================================================
--- head/share/man/man9/namei.9 Thu Mar 1 17:54:07 2012 (r232349)
+++ head/share/man/man9/namei.9 Thu Mar 1 18:17:45 2012 (r232350)
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 21, 2005
+.Dd March 1, 2012
.Dt NAMEI 9
.Os
.Sh NAME
@@ -340,6 +340,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