svn commit: r184750 - head/lib/libc/sys
Edward Tomasz Napierala
trasz at FreeBSD.org
Fri Nov 7 07:01:40 PST 2008
Author: trasz
Date: Fri Nov 7 15:01:40 2008
New Revision: 184750
URL: http://svn.freebsd.org/changeset/base/184750
Log:
Add one more EACCES clause to rename.2.
Approved by: rwatson (mentor)
Modified:
head/lib/libc/sys/rename.2
Modified: head/lib/libc/sys/rename.2
==============================================================================
--- head/lib/libc/sys/rename.2 Fri Nov 7 14:46:46 2008 (r184749)
+++ head/lib/libc/sys/rename.2 Fri Nov 7 15:01:40 2008 (r184750)
@@ -156,6 +156,11 @@ A component of either path prefix denies
.It Bq Er EACCES
The requested link requires writing in a directory with a mode
that denies write permission.
+.It Bq Er EACCES
+The directory pointed at by the
+.Fa from
+argument denies write permission, and the operation would move
+it to another parent directory.
.It Bq Er EPERM
The file pointed at by the
.Fa from
More information about the svn-src-head
mailing list