diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-07-07 17:06:09 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-07-07 17:06:09 +0000 |
commit | 086fd000e3116b15800522b6eae4cdac9a5c251c (patch) | |
tree | 0fdd9a009e3f7a3f09b8b5aaefa1f38cd5495890 /lib | |
parent | 30627ace38ae4fde77e530259e822450cd7983b6 (diff) |
I don't see how revoke can return EINVAL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/revoke.2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2 index 96d5427204a..d9450546445 100644 --- a/lib/libc/sys/revoke.2 +++ b/lib/libc/sys/revoke.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: revoke.2,v 1.5 1999/07/07 17:02:42 art Exp $ +.\" $OpenBSD: revoke.2,v 1.6 1999/07/07 17:06:08 art Exp $ .\" $NetBSD: revoke.2,v 1.3 1995/10/12 15:41:11 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -92,9 +92,6 @@ Too many symbolic links were encountered in translating the pathname. .It Bq Er EFAULT .Fa path points outside the process's allocated address space. -.It Bq Er EINVAL -The named file is neither a character special or block -special file. .It Bq Er EPERM The caller is neither the owner of the file nor the super user. .El |