summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-07-02 22:53:40 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-07-02 22:53:40 +0000
commit9e12bdbd7987d216906c5dc4e757619cb9fa9ac8 (patch)
tree9dc0520380d8d5184b5353aa2b95cffd3eaff4dc /lib/libc
parent561aef9a698a02504921fde392d77949783fd3e5 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mkdir.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index 861480f0d15c..4477758dec92 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