summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-07-27 16:46:12 +0000
committerderaadt <deraadt@openbsd.org>2000-07-27 16:46:12 +0000
commiteb0da815ce525e6340644951447c14f9a6418a78 (patch)
treeb56898d84438e65daf4ef1f5a45a489e4436c708 /lib/libc
parentif avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to AC97_REG_VENDOR* and AC97_REG_RESET (diff)
downloadwireguard-openbsd-eb0da815ce525e6340644951447c14f9a6418a78.tar.xz
wireguard-openbsd-eb0da815ce525e6340644951447c14f9a6418a78.zip
grp.h; peter@runestig.com
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/pwcache.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index a66dabacb93..1db024cb64c 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwcache.3,v 1.7 1999/07/09 13:35:18 aaron Exp $
+.\" $OpenBSD: pwcache.3,v 1.8 2000/07/27 16:46:12 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,6 +38,7 @@
.Nm pwcache
.Nd cache password and group entries
.Sh SYNOPSIS
+.Fd #include <grp.h>
.Fd #include <pwd.h>
.Ft char *
.Fn user_from_uid "uid_t uid" "int nouser"