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/c8448a5df9ca
branches: trunk
changeset: 357051:c8448a5df9ca
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 2dae4aa842a4 -r c8448a5df9ca 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