diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-27 16:46:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-07-27 16:46:13 +0000 |
commit | dc7a12d9a3378bc9c4ec80a7d6eaf837dd8cf0e6 (patch) | |
tree | 66cd12ff103968aa3518468369dc30dad17ccaa2 /lib/libc/gen | |
parent | 07d662d8f4e86f083b30b4f5ce04c0f5c3a5f5cd (diff) |
grp.h; peter@runestig.com
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/pwcache.3 | 3 |
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" |