diff options
author | trasz <trasz@FreeBSD.org> | 2008-11-07 15:01:40 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-11-07 15:01:40 +0000 |
commit | 99f452d3064593f58e1865a8434982fca28f65b3 (patch) | |
tree | 4fa02b4f6fbf12d19c2d083e0c4d21c31c8d96d9 /lib/libc | |
parent | 906b63fd78d53493ff08b01fdd7e4a556f1689fb (diff) | |
download | FreeBSD-src-99f452d3064593f58e1865a8434982fca28f65b3.zip FreeBSD-src-99f452d3064593f58e1865a8434982fca28f65b3.tar.gz |
Add one more EACCES clause to rename.2.
Approved by: rwatson (mentor)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/rename.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index 52f9588..b98edd5 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -156,6 +156,11 @@ A component of either path prefix denies search permission. .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 |