diff options
author | 2016-03-26 14:36:37 +0000 | |
---|---|---|
committer | 2016-03-26 14:36:37 +0000 | |
commit | 9763a2d3d7461f8fb0fe441c70a70e952762417c (patch) | |
tree | 99c4eb9fe703d193e0237183fc4477e0ce754c5a /lib/libc | |
parent | Make it possible to get usage as a non-root user. (diff) | |
download | wireguard-openbsd-9763a2d3d7461f8fb0fe441c70a70e952762417c.tar.xz wireguard-openbsd-9763a2d3d7461f8fb0fe441c70a70e952762417c.zip |
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 |