missing comma in previous;
authorjmc <jmc@openbsd.org>
Thu, 13 Sep 2018 16:50:54 +0000 (16:50 +0000)
committerjmc <jmc@openbsd.org>
Thu, 13 Sep 2018 16:50:54 +0000 (16:50 +0000)
lib/libc/gen/pwcache.3

index 80bb7cc..1f37c03 100644 (file)
@@ -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