Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Add missing functions from the SYNOPSIS to the ...



details:   https://anonhg.NetBSD.org/src/rev/a9d1d6251545
branches:  trunk
changeset: 827352:a9d1d6251545
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Oct 24 19:04:58 2017 +0000

description:
Add missing functions from the SYNOPSIS to the NAME section

diffstat:

 lib/libc/gen/pwcache.3 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 13cfcfc265dd -r a9d1d6251545 lib/libc/gen/pwcache.3
--- a/lib/libc/gen/pwcache.3    Tue Oct 24 18:54:03 2017 +0000
+++ b/lib/libc/gen/pwcache.3    Tue Oct 24 19:04:58 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index