artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
876fc97
)
missing comma in previous;
author
jmc
<jmc@openbsd.org>
Thu, 13 Sep 2018 16:50:54 +0000
(16:50 +0000)
committer
jmc
<jmc@openbsd.org>
Thu, 13 Sep 2018 16:50:54 +0000
(16:50 +0000)
lib/libc/gen/pwcache.3
patch
|
blob
|
history
diff --git
a/lib/libc/gen/pwcache.3
b/lib/libc/gen/pwcache.3
index
80bb7cc
..
1f37c03
100644
(file)
--- a/
lib/libc/gen/pwcache.3
+++ b/
lib/libc/gen/pwcache.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: pwcache.3,v 1.1
4 2018/09/13 12:31:15 millert
Exp $
+.\" $OpenBSD: pwcache.3,v 1.1
5 2018/09/13 16:50:54 jmc
Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@
-33,7
+33,7
@@
.Sh NAME
.Nm user_from_uid ,
.Nm uid_from_user ,
-.Nm group_from_gid
+.Nm group_from_gid
,
.Nm gid_from_group
.Nd cache password and group entries
.Sh SYNOPSIS