Module Name: src
Committed By: abhinav
Date: Tue Oct 24 19:04:58 UTC 2017
Modified Files:
src/lib/libc/gen: pwcache.3
Log Message:
Add missing functions from the SYNOPSIS to the NAME section
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/pwcache.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/pwcache.3
diff -u src/lib/libc/gen/pwcache.3:1.17 src/lib/libc/gen/pwcache.3:1.18
--- src/lib/libc/gen/pwcache.3:1.17 Fri May 2 18:11:04 2008
+++ src/lib/libc/gen/pwcache.3 Tue Oct 24 19:04:58 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: pwcache.3,v 1.17 2008/05/02 18:11:04 martin Exp $
+.\" $NetBSD: pwcache.3,v 1.18 2017/10/24 19:04:58 abhinav Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,11 @@
.Sh NAME
.Nm pwcache ,
.Nm user_from_uid ,
-.Nm group_from_gid
+.Nm uid_from_user ,
+.Nm pwcache_userdb ,
+.Nm group_from_gid ,
+.Nm gid_from_group ,
+.Nm pwcache_groupdb
.Nd cache password and group entries
.Sh LIBRARY
.Lb libc