diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-11-07 15:01:40 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2008-11-07 15:01:40 +0000 |
| commit | 7968104d7398a21e2256755a64957ca3f2d5fd55 (patch) | |
| tree | 4fa02b4f6fbf12d19c2d083e0c4d21c31c8d96d9 /lib | |
| parent | 24878441f683863b288aef87f35f580c2317bb62 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 52f9588e348d..b98edd5e23cb 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 |
