Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2008 15:01:40 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184750 - head/lib/libc/sys
Message-ID:  <200811071501.mA7F1ewh086339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811071501.mA7F1ewh086339>