From 9e12bdbd7987d216906c5dc4e757619cb9fa9ac8 Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Mon, 2 Jul 2001 22:53:40 +0000 Subject: [PATCH] EACCES may be returned if write permission was denied as well. PR: 28553 Submitted by: Ronald F. Guilmette --- lib/libc/sys/mkdir.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 861480f0d15..4477758dec9 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -73,7 +73,7 @@ or an entire path name exceeded 1023 characters. .It Bq Er ENOENT A component of the path prefix does not exist. .It Bq Er EACCES -Search permission is denied for a component of the path prefix. +Search or write permission is denied for a component of the path prefix. .It Bq Er ELOOP Too many symbolic links were encountered in translating the pathname. .It Bq Er EROFS