diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 21:57:41 +0000 |
commit | aaf2d58f0d5749cc06139b7e1db0b22881ba61bd (patch) | |
tree | bc799ab769e278dfdecc60b0bbf69c30a578d613 /lib/libc/sys/access.2 | |
parent | 584fd0812f68bd000624885be123bf263ed152ff (diff) |
make function names the correct case
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r-- | lib/libc/sys/access.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index 329feccaf69..14ea707fa0c 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: access.2,v 1.3 1998/07/06 18:27:02 deraadt Exp $ +.\" $OpenBSD: access.2,v 1.4 1999/02/27 21:56:05 deraadt Exp $ .\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -116,7 +116,7 @@ checked with respect to the ``group'' mode bits, and all others have permissions checked with respect to the ``other'' mode bits. .It Bq Er EFAULT -.Fa Path +.Fa path 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. @@ -133,6 +133,6 @@ The function conforms to .St -p1003.1-90 . .Sh CAVEAT -.Fn Access +.Fn access is a potential security hole and should never be used. |