From e67ec1d4a1ca3ca4093f7743bef6956bdd8dd113 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 13 Dec 2006 09:58:49 +0000 Subject: [PATCH] mkfifo(2) returns EACCES when write permission is denied for a component of the path prefix. --- lib/libc/sys/mkfifo.2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index b4fcd914f013..22aba736d857 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