summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pwcache.3
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-20 14:50:35 +0000
committeraaron <aaron@openbsd.org>1999-05-20 14:50:35 +0000
commitfbadc45dd5a0c213db4d490b169a14830b566ffd (patch)
treefa5377b107fe5551d442d9920ae8ccc25cb74f9a /lib/libc/gen/pwcache.3
parentfix some typos; kwesterback@home.com (diff)
downloadwireguard-openbsd-fbadc45dd5a0c213db4d490b169a14830b566ffd.tar.xz
wireguard-openbsd-fbadc45dd5a0c213db4d490b169a14830b566ffd.zip
add missing #include's from SYNOPSIS section
Diffstat (limited to 'lib/libc/gen/pwcache.3')
-rw-r--r--lib/libc/gen/pwcache.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 3f2e7618a7a..5ae01b7ae96 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwcache.3,v 1.4 1998/06/15 17:54:57 mickey Exp $
+.\" $OpenBSD: pwcache.3,v 1.5 1999/05/20 14:50:35 aaron Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -38,7 +38,10 @@
.Nm pwcache
.Nd cache password and group entries
.Sh SYNOPSIS
+.Fd #include <pwd.h>
+.Ft char *
.Fn user_from_uid "uid_t uid" "int nouser"
+.Ft char *
.Fn group_from_gid "gid_t gid" "int nogroup"
.Sh DESCRIPTION
The