Deleted Added
full compact
pwcache.3 (241233) pwcache.3 (241731)
1.\" $NetBSD: pwcache.3,v 1.17 2008/05/02 18:11:04 martin Exp $
1.\" $NetBSD: pwcache.3,v 1.17 2008/05/02 18:11:04 martin Exp $
2.\" $FreeBSD: head/contrib/libc-pwcache/pwcache.3 241731 2012-10-19 12:44:22Z brooks $
2.\"
3.\" Copyright (c) 1989, 1991, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

50.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
51.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
53.\" POSSIBILITY OF SUCH DAMAGE.
54.\"
55.\"
56.\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93
57.\"
3.\"
4.\" Copyright (c) 1989, 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright

--- 40 unchanged lines hidden (view full) ---

51.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
52.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
54.\" POSSIBILITY OF SUCH DAMAGE.
55.\"
56.\"
57.\" @(#)pwcache.3 8.1 (Berkeley) 6/9/93
58.\"
58.Dd January 24, 2002
59.Dd October 19, 2012
59.Dt PWCACHE 3
60.Os
61.Sh NAME
62.Nm pwcache ,
63.Nm user_from_uid ,
64.Nm group_from_gid
65.Nd cache password and group entries
66.Sh LIBRARY

--- 145 unchanged lines hidden (view full) ---

212functions first appeared in
213.Nx 1.4 .
214.Pp
215The
216.Fn pwcache_userdb
217and
218.Fn pwcache_groupdb
219functions first appeared in
60.Dt PWCACHE 3
61.Os
62.Sh NAME
63.Nm pwcache ,
64.Nm user_from_uid ,
65.Nm group_from_gid
66.Nd cache password and group entries
67.Sh LIBRARY

--- 145 unchanged lines hidden (view full) ---

213functions first appeared in
214.Nx 1.4 .
215.Pp
216The
217.Fn pwcache_userdb
218and
219.Fn pwcache_groupdb
220functions first appeared in
220.Nx 1.6 .
221.Nx 1.6
222and
223.Fx 10.0 .