diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-26 14:36:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-26 14:36:38 +0000 |
commit | 01a408b65987fc8a4f14d889db6fd132b2dfb374 (patch) | |
tree | bf3485a81bcdcf76bc9811775cf5668333bf13aa /lib/libc | |
parent | 54b844d7feb8b37cd8c58a94a1ec9c6a8dbe3950 (diff) |
fix the last bunch of NAME sections that were overlooked earlier
such that the MLINKS removal can be committed after this;
OK jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/pwcache.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3 index 0681b824efb..a0283ed5be3 100644 --- a/lib/libc/gen/pwcache.3 +++ b/lib/libc/gen/pwcache.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pwcache.3,v 1.12 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: pwcache.3,v 1.13 2016/03/26 14:36:37 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,12 +27,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 10 2015 $ -.Dt USER_FROM_ID 3 +.Dd $Mdocdate: March 26 2016 $ +.Dt USER_FROM_UID 3 .Os .Sh NAME -.Nm user_from_id , -.Nm group_from_id +.Nm user_from_uid , +.Nm group_from_gid .Nd cache password and group entries .Sh SYNOPSIS .In grp.h |