summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-13 09:58:49 +0000
committerpjd <pjd@FreeBSD.org>2006-12-13 09:58:49 +0000
commitb095a4d2bafe39e39b95ead5971f8f31d09ced2b (patch)
treee2481d1c4d08aa93a58f2a1626c2e6f0054a22b5 /lib/libc
parent72566f2efbf85df36ae9411b9b27e09ba06e2c9b (diff)
downloadFreeBSD-src-b095a4d2bafe39e39b95ead5971f8f31d09ced2b.zip
FreeBSD-src-b095a4d2bafe39e39b95ead5971f8f31d09ced2b.tar.gz
mkfifo(2) returns EACCES when write permission is denied for a component of
the path prefix.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mkfifo.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index b4fcd91..22aba73 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -80,6 +80,8 @@ or an entire path name exceeded 1023 characters.
A component of the path prefix does not exist.
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
+.It Bq Er EACCES
+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
OpenPOWER on IntegriCloud