aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-09-16 00:56:47 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-09-16 00:56:47 +0000
commit257597a434dc0310fc9174a1074d9d7786c0752e (patch)
tree666a09b9d4a1e0ce1529377a8a4fe832bac63482 /lib
parentf7efd14df151cd21330a66aac3ca183beda0f62d (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/access.210
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2
index 65b8fb6bfbb1a..edc6194756ccb 100644
--- a/lib/libc/sys/access.2
+++ b/lib/libc/sys/access.2
@@ -133,8 +133,16 @@ and
.Sh RETURN VALUES
.Rv -std
.Sh ERRORS
-Access to the file is denied if:
+.Fn access ,
+.Fn eaccess ,
+or
+.Fn faccessat
+will fail if:
.Bl -tag -width Er
+.It Bq Er EINVAL
+The value of the
+.Fa mode
+argument is invalid.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG