diff options
-rw-r--r-- | lib/libc/sys/symlink.2 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |