diff options
author | dd <dd@FreeBSD.org> | 2001-07-02 22:53:40 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-02 22:53:40 +0000 |
commit | 5ca96c95a7ac2ad67537936f9b954fffc6712686 (patch) | |
tree | 9dc0520380d8d5184b5353aa2b95cffd3eaff4dc /lib | |
parent | 0e52764a02d5e49443a565960b98b9b65b6653a7 (diff) | |
download | FreeBSD-src-5ca96c95a7ac2ad67537936f9b954fffc6712686.zip FreeBSD-src-5ca96c95a7ac2ad67537936f9b954fffc6712686.tar.gz |
EACCES may be returned if write permission was denied as well.
PR: 28553
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/mkdir.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 861480f..4477758 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 |