summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/revoke.2
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1995-12-14 02:21:06 +0000
committerderaadt <deraadt@openbsd.org>1995-12-14 02:21:06 +0000
commit025f99edb58dde685af4fa39d88614f1815bb11d (patch)
treef4741ae2db36d5f3df399bf708f3471afde77bf0 /lib/libc/sys/revoke.2
parentmake first arg of strtod/strtoq const (diff)
downloadwireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.tar.xz
wireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.zip
from netbsd:
add & fix a bunch of system call pages
Diffstat (limited to 'lib/libc/sys/revoke.2')
-rw-r--r--lib/libc/sys/revoke.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/revoke.2 b/lib/libc/sys/revoke.2
index 004eb84617a..00d09917139 100644
--- a/lib/libc/sys/revoke.2
+++ b/lib/libc/sys/revoke.2
@@ -1,4 +1,4 @@
-.\" $NetBSD: revoke.2,v 1.2 1995/02/27 12:36:23 cgd Exp $
+.\" $NetBSD: revoke.2,v 1.3 1995/10/12 15:41:11 jtc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -43,8 +43,9 @@
.Nm revoke
.Nd revoke file access
.Sh SYNOPSIS
+.Fd #include <unistd.h>
.Ft int
-.Fn revoke "char *path"
+.Fn revoke "const char *path"
.Sh DESCRIPTION
The
.Nm revoke