diff options
Diffstat (limited to 'lib/libc/sys/access.2')
-rw-r--r-- | lib/libc/sys/access.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index a332df7..cc59976 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 -.\" $Id: access.2,v 1.2 1996/08/29 21:23:53 wosch Exp $ +.\" $Id: access.2,v 1.3 1996/12/02 20:03:21 wosch Exp $ .\" .Dd April 1, 1994 .Dt ACCESS 2 @@ -89,8 +89,6 @@ Access to the file is denied if: .Bl -tag -width Er .It Bq Er ENOTDIR A component of the path prefix is not a directory. -.It Bq Er EINVAL -The pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. |