From b94e298b13ee61606a772d99d15f67a6e39958d5 Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 12 Dec 2006 20:05:04 +0000 Subject: symlink(2) return EACCES if a component of the name2 path prefix denies write permission. --- lib/libc/sys/symlink.2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index b7de57d..7b3d865 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -79,6 +79,10 @@ path prefix does not exist. A component of the .Fa name2 path prefix denies search permission. +.It Bq Er EACCES +A component of the +.Fa name2 +path prefix denies write permission. .It Bq Er ELOOP Too many symbolic links were encountered in translating the pathname. .It Bq Er EEXIST -- cgit v1.1