diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mkfifo.2 | 2 |
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 |