diff options
Diffstat (limited to 'lib/libc/sys/access.2')
| -rw-r--r-- | lib/libc/sys/access.2 | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 0d3611a742c0..94e78317252e 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -122,7 +122,9 @@ Permission bits of the file mode do not permit the requested  access, or search permission is denied on a component of the  path prefix.  .It Bq Er EFAULT +The  .Fa path +argument  points outside the process's allocated address space.  .It Bq Er EIO  An I/O error occurred while reading from or writing to the file system.  | 
