summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-07-07 17:06:08 +0000
committerart <art@openbsd.org>1999-07-07 17:06:08 +0000
commitf65e55cfec1a0e607b8418c59e29dfe3aa714bce (patch)
treef3129627c175b19ec8d700910ba819dd1406c66a /lib/libc
parentsync (diff)
downloadwireguard-openbsd-f65e55cfec1a0e607b8418c59e29dfe3aa714bce.tar.xz
wireguard-openbsd-f65e55cfec1a0e607b8418c59e29dfe3aa714bce.zip
I don't see how revoke can return EINVAL.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/revoke.25
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