summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-09-13 16:50:54 +0000
committerjmc <jmc@openbsd.org>2018-09-13 16:50:54 +0000
commit247715d895afb6418e9acb604df85deef84bf50b (patch)
treeba713b8099b48e213733d1e02ddd71c7b0f228d2
parentUnbreak ramdisks by catching up with the change to use the new libc (diff)
downloadwireguard-openbsd-247715d895afb6418e9acb604df85deef84bf50b.tar.xz
wireguard-openbsd-247715d895afb6418e9acb604df85deef84bf50b.zip
missing comma in previous;
-rw-r--r--lib/libc/gen/pwcache.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 80bb7cc22d3..1f37c035560 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwcache.3,v 1.14 2018/09/13 12:31:15 millert Exp $
+.\" $OpenBSD: pwcache.3,v 1.15 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