diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-13 09:58:49 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-13 09:58:49 +0000 |
commit | b095a4d2bafe39e39b95ead5971f8f31d09ced2b (patch) | |
tree | e2481d1c4d08aa93a58f2a1626c2e6f0054a22b5 /lib/libc | |
parent | 72566f2efbf85df36ae9411b9b27e09ba06e2c9b (diff) | |
download | FreeBSD-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.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 |