diff options
| author | 2008-06-10 16:37:57 +0000 | |
|---|---|---|
| committer | 2008-06-10 16:37:57 +0000 | |
| commit | e853e9fd0ac7d82d207062b8f1131ad7879ea669 (patch) | |
| tree | 838cdfc7021d602b312319704504ebe1ebac8802 /lib/libc | |
| parent | Added support for tag and date in cvs_history_add for checkout/export. (diff) | |
| download | wireguard-openbsd-e853e9fd0ac7d82d207062b8f1131ad7879ea669.tar.xz wireguard-openbsd-e853e9fd0ac7d82d207062b8f1131ad7879ea669.zip | |
document access(2) can return EPERM; noted by Tim van der Molen; ok millert@
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/access.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index c1391ff1a4c..213b40b146e 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.14 2008/06/10 03:19:12 otto Exp $ +.\" $OpenBSD: access.2,v 1.15 2008/06/10 16:37:57 otto Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -119,6 +119,10 @@ than the owner have permission checked with respect to the mode bits, and all others have permissions checked with respect to the .Dq other mode bits. +.It Bq Er EPERM +Write access has been requested and the named file has its immutable +flag set (see +.Xr chflags 2 ) . .It Bq Er EFAULT .Fa path points outside the process's allocated address space. |
