summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-13 11:26:03 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-12-13 11:26:03 +0000
commite4c1f0293f381c8db81a215104acabec262e25a3 (patch)
tree424256ca90212ff5844e725fd193108ebcb258e6 /lib/libc
parente67ec1d4a1ca3ca4093f7743bef6956bdd8dd113 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mkfifo.25
-rw-r--r--lib/libc/sys/symlink.27
2 files changed, 4 insertions, 8 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index 22aba736d857..68b785811bbd 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -79,9 +79,8 @@ 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.
-.It Bq Er EACCES
-Write permission is denied for a component of the path prefix.
+A component of the path prefix denies search permission, or write permission
+is denied on the parent directory of the fifo to be created.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EROFS
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2
index dd17f08484a5..71e1f39ef256 100644
--- a/lib/libc/sys/symlink.2
+++ b/lib/libc/sys/symlink.2
@@ -78,11 +78,8 @@ path prefix does not exist.
.It Bq Er EACCES
A component of the
.Fa name2
-path prefix denies search permission.
-.It Bq Er EACCES
-A component of the
-.Fa name2
-path prefix denies write permission.
+path prefix denies search permission, or write permission is denied on the
+parent directory of the file to be created.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the
.Fa name2